type explorer should run with remote base as well :-)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent ea146c88e7
commit 56e1fc9eb8
  1. 2
      lib/cdist/config_install.py

@ -195,7 +195,7 @@ class ConfigInstall:
self.transfer_object_parameter(cdist_object) self.transfer_object_parameter(cdist_object)
for explorer in cdist_type.explorers: for explorer in cdist_type.explorers:
remote_cmd = cmd + [os.path.join(self.context.type_base_path, remote_cmd = cmd + [os.path.join(self.context.remote_base_path,
cdist_type.explorer_path, explorer)] cdist_type.explorer_path, explorer)]
output = os.path.join(self.context.object_base_path, output = os.path.join(self.context.object_base_path,
cdist_object.explorer_path, explorer) cdist_object.explorer_path, explorer)

Loading…
Cancel
Save