diff --git a/packstack/modules/puppet.py b/packstack/modules/puppet.py index c1522536a..01f29f8d7 100644 --- a/packstack/modules/puppet.py +++ b/packstack/modules/puppet.py @@ -16,6 +16,7 @@ re_error = re.compile( '^No matching value for selector param|^Parameter name failed:|Error:|' '^Invalid parameter|^Duplicate declaration:|^Could not find resource|' '^Could not parse for|^/usr/bin/puppet:\d+: .+|.+\(LoadError\)|' + '^Could not autoload|' '^\/usr\/bin\/env\: jruby\: No such file or directory' ) re_ignore = re.compile(