summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/apache.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-27 14:40:10 -0500
committerMicah Anderson <micah@riseup.net>2012-11-27 14:40:10 -0500
commite49f4038b9a5c6b8b0d3f0eed8735abf5ef54c0e (patch)
tree1e998f2f6a584d7ebe775eb397df73ffb9992041 /puppet/modules/site_webapp/manifests/apache.pp
parent0876cc7c712f273991cbb1177d7416afd0a1462d (diff)
map /1 -> document root
Diffstat (limited to 'puppet/modules/site_webapp/manifests/apache.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/apache.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/manifests/apache.pp b/puppet/modules/site_webapp/manifests/apache.pp
index d6470186..8532cc38 100644
--- a/puppet/modules/site_webapp/manifests/apache.pp
+++ b/puppet/modules/site_webapp/manifests/apache.pp
@@ -13,6 +13,7 @@ class site_webapp::apache {
include apache::ssl
apache::module {
+ 'alias': ensure => present;
'rewrite': ensure => present;
'headers': ensure => present;
}