summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/apache.pp
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-11-15 01:02:25 -0800
committerelijah <elijah@riseup.net>2013-11-22 11:14:13 -0800
commit289a00a149ac08d01b8ee638620d8c2928966fa3 (patch)
treead30a87e4dd2c5bec05b6c8bf39fd7cdb49fbaff /puppet/modules/site_webapp/manifests/apache.pp
parent970fcd5d3262735c8ae7979a462cd77bf270b108 (diff)
improvements to webapp deployment: allow for greater customization, allow for custom git source, improve apache config.
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 6a199b9e..581922cb 100644
--- a/puppet/modules/site_webapp/manifests/apache.pp
+++ b/puppet/modules/site_webapp/manifests/apache.pp
@@ -21,6 +21,7 @@ class site_webapp::apache {
include site_apache::module::headers
include site_apache::module::rewrite
include site_apache::module::alias
+ include site_apache::module::expires
class { 'passenger': use_munin => false }