Merge "Tell puppet to check for cgid instead of cgi"
This commit is contained in:
@@ -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'],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user