Install the cache cronjob
This commit is contained in:
parent
13f3afebad
commit
590a669f05
2 changed files with 7 additions and 0 deletions
|
@ -155,6 +155,10 @@
|
||||||
file: path=${mailman_webui_basedir}/static
|
file: path=${mailman_webui_basedir}/static
|
||||||
state=directory owner=root group=root mode=0755
|
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
|
# Plug HyperKitty into Mailman
|
||||||
|
|
3
roles/mailman/templates/hyperkitty.cronjob.sh.j2
Normal file
3
roles/mailman/templates/hyperkitty.cronjob.sh.j2
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
kittystore-refresh-cache --pythonpath {{ mailman_webui_confdir }} --settings settings_admin
|
Loading…
Add table
Add a link
Reference in a new issue