Install the cache cronjob

This commit is contained in:
Aurélien Bompard 2013-12-06 16:53:34 +00:00
parent 13f3afebad
commit 590a669f05
2 changed files with 7 additions and 0 deletions

View file

@ -155,6 +155,10 @@
file: path=${mailman_webui_basedir}/static
state=directory owner=root group=root mode=0755
- name: install the kittystore cache cronjob
template: src=hyperkitty.cronjob.sh.j2
dest=/etc/cron.daily/hyperkitty
owner=root group=root mode=0755
#
# Plug HyperKitty into Mailman

View file

@ -0,0 +1,3 @@
#!/bin/sh
kittystore-refresh-cache --pythonpath {{ mailman_webui_confdir }} --settings settings_admin