summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-15 11:28:56 +0100
committervarac <varacanero@zeromail.org>2013-02-15 11:28:56 +0100
commita9eaabfb7c66c7f4520e595b8703967cb1d2448a (patch)
treea6e5924baa603fa726e7c5d7b13d8fa3c09e0e5f
parent8af6d238e39db0b31e49724bd30328ed089fb09f (diff)
filter last remaining webapp msg
-rwxr-xr-xleap-deploy-node.sh2
1 files changed, 1 insertions, 1 deletions
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)"