summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/manifests
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_apache/manifests
parent970fcd5d3262735c8ae7979a462cd77bf270b108 (diff)
improvements to webapp deployment: allow for greater customization, allow for custom git source, improve apache config.
Diffstat (limited to 'puppet/modules/site_apache/manifests')
-rw-r--r--puppet/modules/site_apache/manifests/module/expires.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_apache/manifests/module/expires.pp b/puppet/modules/site_apache/manifests/module/expires.pp
new file mode 100644
index 00000000..f73a5607
--- /dev/null
+++ b/puppet/modules/site_apache/manifests/module/expires.pp
@@ -0,0 +1,4 @@
+class site_apache::module::expires ( $ensure = present )
+{
+ apache::module { 'expires': ensure => $ensure }
+}