From ea8147c1d003cf332d30daa357bb15e4082db1ba Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 9 Feb 2014 09:05:54 +0100 Subject: [PATCH] Turn on boolean to allow apache on fuse --- roles/nuancier/tasks/main.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index 8eb4c20ae3..b0affeb7a7 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -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: >