Merge "Adjust zuul's init.pp to check for and enable cgid instead of cgi."

This commit is contained in:
Jenkins 2015-08-04 05:10:43 +00:00 committed by Gerrit Code Review
commit 466040873b

View File

@ -419,8 +419,8 @@ class zuul (
ensure => present, ensure => present,
} }
} }
if ! defined(Httpd_mod['cgi']) { if ! defined(Httpd_mod['cgid']) {
httpd_mod { 'cgi': httpd_mod { 'cgid':
ensure => present, ensure => present,
} }
} }