diff --git a/packstack/modules/puppet.py b/packstack/modules/puppet.py index e65de8432..c1522536a 100644 --- a/packstack/modules/puppet.py +++ b/packstack/modules/puppet.py @@ -39,6 +39,8 @@ surrogates = [ # Package is not found in yum repos ('Package\[.*\]\/ensure.*yum.*install (?P.*)\'.*Nothing to do', 'Package %(arg1)s has not been found in enabled Yum repos.'), + ('Execution of \'.*yum.*install (?P.*)\'.*Nothing to do', + 'Package %(arg1)s has not been found in enabled Yum repos.'), # Packstack does not cooperate with jruby ('jruby', 'Your Puppet installation uses jruby instead of ruby. Package ' 'jruby does not cooperate with Packstack well. You will have to '