From a9eaabfb7c66c7f4520e595b8703967cb1d2448a Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 15 Feb 2013 11:28:56 +0100 Subject: filter last remaining webapp msg --- leap-deploy-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leap-deploy-node.sh b/leap-deploy-node.sh index 6051604..b24e1ee 100755 --- a/leap-deploy-node.sh +++ b/leap-deploy-node.sh @@ -15,7 +15,7 @@ RMCOLORS='s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g' # we need to deploy with verbose level 2, and filter out unwanted stuff # until puppet errors show up in verbose level 0 +1 (#1750) -FILTER_CLI='= read|= loading|= no change| - executing| = executing| = applying| = ran git| = checking| = synching| = skipping file_path| - rsync| - hiera| - cd /root/| - rolling backexecuting' +FILTER_CLI='= read|= loading|= no change| - executing| = executing| = applying| = ran git| = checking| = synching| = skipping file_path| - rsync| - hiera| - cd /root/| - rolling backexecuting| - files/ca/client_ca.crt' FILTER_PUPPET='] notice: | - Puppet apply complete.|] warning: Dynamic lookup|] warning: Scope\(Class' FILTER_ALL="($FILTER_CLI|$FILTER_PUPPET)" -- cgit v1.2.3