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

@ -103,6 +103,8 @@ def global_explore(hostname):
transfer_global_explorers(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):

Loading…
Cancel
Save