diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-27 14:40:10 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-27 14:40:10 -0500 |
commit | e49f4038b9a5c6b8b0d3f0eed8735abf5ef54c0e (patch) | |
tree | 1e998f2f6a584d7ebe775eb397df73ffb9992041 /puppet/modules/site_webapp/manifests | |
parent | 0876cc7c712f273991cbb1177d7416afd0a1462d (diff) |
map /1 -> document root
Diffstat (limited to 'puppet/modules/site_webapp/manifests')
-rw-r--r-- | puppet/modules/site_webapp/manifests/apache.pp | 1 |
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; } |