Mailman: fix initial data again

This commit is contained in:
Aurélien Bompard 2016-09-08 06:44:49 +00:00
parent 3feaacf3eb
commit 430ce45e0d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# archiver. Remember to add the following lines in the mailman.cfg file: # archiver. Remember to add the following lines in the mailman.cfg file:
# #
# [archiver.hyperkitty] # [archiver.hyperkitty]
# class: hyperkitty.lib.archiver.Archiver # class: mailman_hyperkitty.Archiver
# enable: yes # enable: yes
# configuration: /path/to/here/hyperkitty.cfg # configuration: /path/to/here/hyperkitty.cfg
# #

View file

@ -372,7 +372,7 @@
- periodic.py - periodic.py
- name: copy the initial user fixture - name: copy the initial user fixture
template: src=initial-data.json template: src=initial-data.json.j2
dest={{ mailman_webui_basedir }}/config/initial-data.json dest={{ mailman_webui_basedir }}/config/initial-data.json
owner=root group=apache mode=0640 owner=root group=apache mode=0640
tags: mailman tags: mailman