fix proxy for OSTF tests

This commit is contained in:
Ivan Ponomarev 2013-10-11 23:31:55 +00:00
parent a96eb0263d
commit 1ae1af6956

View File

@ -29,6 +29,11 @@ class osnailyfacter::apache_api_proxy {
target => '/etc/apache2/mods-available/proxy.load',
}->
file {'/etc/apache2/mods-enabled/proxy_http.load':
ensure => link,
target => '/etc/apache2/mods-available/proxy_http.load',
}->
file { '/etc/apache2/sites-enabled/api_proxy.conf':
ensure => 'link',
target => '/etc/apache2/sites-available/api_proxy.conf',