From 0a221be1cd0032d113e7022786fdcd39b44cf1fb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 24 Mar 2015 20:13:27 +0000 Subject: [PATCH] (fmn) let httpd send mail. --- roles/notifs/frontend/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/notifs/frontend/tasks/main.yml b/roles/notifs/frontend/tasks/main.yml index a7f72d99d7..9dcd27b9ca 100644 --- a/roles/notifs/frontend/tasks/main.yml +++ b/roles/notifs/frontend/tasks/main.yml @@ -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