Turn on boolean to allow apache on fuse
This commit is contained in:
parent
554e8caa74
commit
ea8147c1d0
1 changed files with 4 additions and 7 deletions
|
@ -83,13 +83,10 @@
|
|||
state=directory
|
||||
recurse=yes
|
||||
|
||||
|
||||
- name: apply selinux type to the glusterfs folder
|
||||
file: >
|
||||
dest=/var/cache/nuancier/pictures
|
||||
setype=httpd_sys_content_t
|
||||
state=directory
|
||||
recurse=yes
|
||||
- name: set sebooleans so apache can use glustergs
|
||||
action: seboolean name=httpd_use_fusefs
|
||||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: apply selinux type to the wsgi file
|
||||
file: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue