Added apache modules

This commit is contained in:
Ossi Salmi 2010-11-09 14:41:06 +02:00 committed by Timo Mkinen
parent b280208ee9
commit ff6b42fc09
3 changed files with 239 additions and 17 deletions

View file

@ -187,10 +187,10 @@ class puppet::server inherits puppet::client {
}
case $operatingsystem {
debian,ubuntu: {
apache::debian::a2enmod { "headers": }
apache::debian::a2enmod { "proxy": }
apache::debian::a2enmod { "proxy_http": }
apache::debian::a2enmod { "proxy_balancer": }
include apache::mod::headers
include apache::mod::proxy
include apache::mod::proxy_http
include apache::mod::proxy_balancer
}
}