summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"