Mailman: allow Apache to access the full-text index

This commit is contained in:
Aurélien Bompard 2014-03-11 12:59:15 +00:00
parent 6f64dc8195
commit a1588faa10

View file

@ -63,6 +63,14 @@
notify:
- restart mailman3
# for access to the full-text index
- name: add apache to the mailman group
user: name=apache groups=mailman append=yes
tags:
- config
notify:
- restart httpd
- name: set the mailman conffile
template: src=mailman.cfg.j2 dest=/etc/mailman.cfg
tags: