(fmn) let httpd send mail.

This commit is contained in:
Ralph Bean 2015-03-24 20:13:27 +00:00
parent 0772391b97
commit 0a221be1cd

View file

@ -97,11 +97,12 @@
- notifs/frontend
- selinux
- name: ensure selinux lets httpd talk to postgres and memcached
- name: ensure selinux lets httpd talk to postgres, memcached, and mail
seboolean: name={{item}} state=yes persistent=yes
with_items:
- httpd_can_network_connect_db
- httpd_can_network_memcache
- httpd_can_sendmail
tags:
- notifs
- notifs/frontend