Apply httpd_can_network_memcache to pkgdb2 nodes.
This commit is contained in:
parent
e03b171e15
commit
64be6801f6
1 changed files with 10 additions and 0 deletions
|
@ -68,9 +68,19 @@
|
||||||
action: seboolean name=httpd_can_network_connect_db
|
action: seboolean name=httpd_can_network_connect_db
|
||||||
state=true
|
state=true
|
||||||
persistent=true
|
persistent=true
|
||||||
|
tags:
|
||||||
|
- selinux
|
||||||
|
|
||||||
- name: set sebooleans so apache can send emails
|
- name: set sebooleans so apache can send emails
|
||||||
action: seboolean name=httpd_can_sendmail
|
action: seboolean name=httpd_can_sendmail
|
||||||
state=true
|
state=true
|
||||||
persistent=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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue