Use httpd::mod instead of httpd_mod
Depends-On: I0e991a7a63317e608cc6ef35b58dc79b518ba863 Change-Id: I4bbcd497bac07b29adc6d449e2c395bb1617af6e
This commit is contained in:
committed by
Spencer Krum
parent
69b1212fb6
commit
d4a1f0319b
@@ -400,20 +400,20 @@ class gerrit(
|
||||
template => 'gerrit/gerrit.vhost.erb',
|
||||
ssl => true,
|
||||
}
|
||||
httpd_mod { 'rewrite':
|
||||
httpd::mod { 'rewrite':
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
httpd_mod { 'proxy':
|
||||
httpd::mod { 'proxy':
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
httpd_mod { 'proxy_http':
|
||||
httpd::mod { 'proxy_http':
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
if ! defined(Httpd_mod['cgi']) {
|
||||
httpd_mod { 'cgi':
|
||||
if ! defined(Httpd::Mod['cgi']) {
|
||||
httpd::mod { 'cgi':
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user