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
commit 7168dfce80
1 changed files with 2 additions and 2 deletions

View File

@ -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'],
}