diff --git a/bin/cdist b/bin/cdist index d2a0abd9..339349a3 100755 --- a/bin/cdist +++ b/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):