Merge "Allow logserver to run on CI server (part 2)"
This commit is contained in:
commit
37db3bbbcc
@ -35,19 +35,19 @@ class openstackci::logserver (
|
|||||||
include ::httpd
|
include ::httpd
|
||||||
include ::httpd::mod::wsgi
|
include ::httpd::mod::wsgi
|
||||||
|
|
||||||
if ! defined(Httpd_mod['rewrite']) and ! defined(Httpd::Mod['rewrite']) {
|
if ! defined(Httpd::Mod['rewrite']) {
|
||||||
httpd::mod { 'rewrite':
|
httpd::mod { 'rewrite':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! defined(Httpd_mod['proxy']) and ! defined(Httpd::Mod['proxy']) {
|
if ! defined(Httpd::Mod['proxy']) {
|
||||||
httpd::mod { 'proxy':
|
httpd::mod { 'proxy':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! defined(Httpd_mod['proxy_http']) and ! defined(Httpd::Mod['proxy_http']) {
|
if ! defined(Httpd::Mod['proxy_http']) {
|
||||||
httpd::mod { 'proxy_http':
|
httpd::mod { 'proxy_http':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user