executing explorers works

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent 85df71c9fa
commit 9036f8c4cc
  1. 2
      bin/cdist

@ -104,6 +104,8 @@ def global_explore(hostname):
for explorer in explorers:
remote_run_or_fail(hostname, [remote_global_explorer_path(explorer)])
remote_run_or_fail(hostname, [remote_global_explorer_path("moo")])
def init_deploy(hostname):
logger("info", "Creating clean directory structure")

Loading…
Cancel
Save