summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-11-26 20:37:55 -0500
committerMicah Anderson <micah@leap.se>2013-11-27 14:48:01 -0500
commit4aedafa09dd40673ae654f685cbad1b01c72f84c (patch)
tree676126d12acc7c982dd813040ea9106c34edf7e4 /puppet/modules/site_webapp/manifests/init.pp
parent0aed6d16a0303e05462f4c81cda0ced9872773bf (diff)
add webapp cron entries to cleanup sessions and tokens (#4572)
Change-Id: Ic1ef7e25f07cbbbcea9bcc90248479009904303e
Diffstat (limited to 'puppet/modules/site_webapp/manifests/init.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index c090c6a0..cb94d328 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -17,6 +17,7 @@ class site_webapp {
include site_webapp::apache
include site_webapp::couchdb
include site_webapp::haproxy
+ include site_webapp::cron
include site_config::x509::cert
include site_config::x509::key
include site_config::x509::ca