Apply httpd_can_network_memcache to pkgdb2 nodes.

This commit is contained in:
Ralph Bean 2014-11-20 19:26:32 +00:00
parent e03b171e15
commit 64be6801f6

View file

@ -68,9 +68,19 @@
action: seboolean name=httpd_can_network_connect_db
state=true
persistent=true
tags:
- selinux
- name: set sebooleans so apache can send emails
action: seboolean name=httpd_can_sendmail
state=true
persistent=true
tags:
- selinux
- name: set sebooleans so apache can talk to memcached0*
action: seboolean name=httpd_can_network_memcache
state=true
persistent=true
tags:
- selinux