From b740a4b934dc719f9a4f6a2cca4dd8c21d211c95 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Sat, 26 Mar 2011 00:26:12 +0100 Subject: [PATCH] use new workflow Signed-off-by: Steven Armstrong --- bin/cdist-deploy-to | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/cdist-deploy-to b/bin/cdist-deploy-to index 7a63f5ca..29c3a847 100755 --- a/bin/cdist-deploy-to +++ b/bin/cdist-deploy-to @@ -52,6 +52,9 @@ cdist-manifest-run-init "$__cdist_target_host" cdist-manifest-run-all "$__cdist_target_host" # Change workflow here: cdist-object-{apply, run, foo} +cdist-object-run-all "$__cdist_target_host" +exit + cdist-object-explorer-all "$__cdist_target_host" cdist-object-gencode-all "$__cdist_target_host"