aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/cloud
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/cloud')
-rw-r--r--deploy/cloud/deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py
index 12c1f8978..29134b373 100644
--- a/deploy/cloud/deployment.py
+++ b/deploy/cloud/deployment.py
@@ -22,7 +22,7 @@ from common import (
delete,
)
-SEARCH_TEXT = 'Puppet (err)'
+SEARCH_TEXT = '(err)'
LOG_FILE = '/var/log/puppet.log'
GREP_LINES_OF_LEADING_CONTEXT = 100
GREP_LINES_OF_TRAILING_CONTEXT = 100