Make the glusterfs folder accessible by apache

This commit is contained in:
Pierre-Yves Chibon 2014-02-09 01:58:49 +01:00
parent 6c3275fc84
commit b7cef497a0

View file

@ -83,6 +83,14 @@
state=directory
recurse=yes
- name: apply selinux type to the glusterfs folder
file: >
dest=/var/cache/nuancier/
setype=httpd_sys_content_t
state=directory
recurse=yes
- name: apply selinux type to the wsgi file
file: >
dest=/usr/share/nuancier/nuancier.wsgi