Merge "Tell puppet to check for cgid instead of cgi"

This commit is contained in:
Jenkins
2016-02-08 21:00:45 +00:00
committed by Gerrit Code Review

View File

@@ -450,8 +450,8 @@ class gerrit(
ensure => present, ensure => present,
before => Service['httpd'], before => Service['httpd'],
} }
if ! defined(Httpd::Mod['cgi']) { if ! defined(Httpd::Mod['cgid']) {
httpd::mod { 'cgi': httpd::mod { 'cgid':
ensure => present, ensure => present,
before => Service['httpd'], before => Service['httpd'],
} }