Merge "Adjust zuul's init.pp to check for and enable cgid instead of cgi."
This commit is contained in:
commit
466040873b
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user