seboolean form httpd->postgres.

This commit is contained in:
Ralph Bean 2013-12-09 20:33:18 +00:00
parent f472d0bcb4
commit c468d67ff7

View file

@ -92,3 +92,6 @@
- /srv/web/infra/badges/pngs/*.png
tags:
- assets
- name: ensure selinux lets httpd talk to postgres
seboolean: name=httpd_can_network_connect_db persistent=yes state=yes