Set sebooleans so mirrormanager can send exception mails

This commit is contained in:
Adrian Reber 2015-12-22 14:41:59 +00:00
parent 10f031ccfb
commit 012c6e36b2

View file

@ -50,6 +50,14 @@
- mm2_frontend
- config
- name: set sebooleans so mirrormanager can send exception mails
action: seboolean name=httpd_can_sendmail
state=true
persistent=true
tags:
- mm2_frontend
- config
- name: startup apache
service: name=httpd enabled=yes state=started
tags: