Merge "Use httpd::mod instead of httpd_mod"
This commit is contained in:
@@ -435,20 +435,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