Project

General

Profile

Download (423 Bytes) Statistics
| Branch: | Tag: | Revision:
class apache::mod::proxy (
$proxy_requests = 'Off',
$allow_from = undef,
) {
::apache::mod { 'proxy': }
# Template uses $proxy_requests
file { 'proxy.conf':
ensure => file,
path => "${::apache::mod_dir}/proxy.conf",
content => template('apache/mod/proxy.conf.erb'),
require => Exec["mkdir ${::apache::mod_dir}"],
before => File[$::apache::mod_dir],
notify => Service['httpd'],
}
}
(34-34/51)