Adding another possible Error from puppet

Change-Id: I906fe00dc59c122b65716b7809d8856faa64a11c
This commit is contained in:
Derek Higgins
2013-02-25 05:41:47 -05:00
parent 6a1736117e
commit b57bfd0ac6

View File

@@ -114,7 +114,8 @@ def isErrorException(line):
_re_color = re.compile('\x1b.*?\d\dm')
_re_errorline = re.compile('err: | Syntax error at|^Duplicate definition:|'
'^No matching value for selector param|'
'^Parameter name failed:|Error: ')
'^Parameter name failed:|Error: |'
'^Invalid parameter ')
def validate_puppet_logfile(logfile):