Merge "Tell puppet to check for cgid instead of cgi"
This commit is contained in:
@@ -450,8 +450,8 @@ class gerrit(
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
if ! defined(Httpd::Mod['cgi']) {
|
||||
httpd::mod { 'cgi':
|
||||
if ! defined(Httpd::Mod['cgid']) {
|
||||
httpd::mod { 'cgid':
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user