install libsemanage-python to set an sebool for collectd
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
6ba003e4ea
commit
3d4129dd78
1 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,12 @@
|
|||
- restart collectd
|
||||
when: collectd_apache is defined
|
||||
|
||||
- name: Install libsemanage-python so we can set an sebool below
|
||||
yum: name=libsemanage-python state=present
|
||||
tags:
|
||||
- collectd
|
||||
when: collectd_apache is defined
|
||||
|
||||
- name: Let collectd talk to apache over tcp
|
||||
seboolean: name=collectd_tcp_network_connect state=yes persistent=yes
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue