Update kerneltest seboolean to let fedmsg send error emails.

This commit is contained in:
Ralph Bean 2014-07-03 00:36:48 +00:00
parent c8728f2c84
commit 5fb2d93941

View file

@ -42,10 +42,8 @@
environment:
KERNELTEST_CONFIG: /etc/kerneltest/kerneltest.cfg
- name: set sebooleans so the app can talk to the db
action: seboolean name=httpd_can_network_connect_db
state=true
persistent=true
- name: set sebooleans so the app can talk to the db and send emails
seboolean: name=httpd_can_network_connect state=true persistent=true
- name: apply selinux type to log files
file: >