Only apply the swift::ringsync to storage nodes that aren't a proxy

This commit is contained in:
Derek Higgins
2012-12-21 12:05:02 -05:00
parent 0df487b1fb
commit 56d0faff44
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ def isErrorException(line):
return False
_re_errorline = re.compile('err: | Syntax error at')
_re_errorline = re.compile('err: | Syntax error at|^Duplicate definition:')
_re_color = re.compile('\x1b.*?\d\dm')
def validate_puppet_logfile(logfile):
"""