Set the git_cgi_use_nfs SELinux boolean for the lookaside

This commit is contained in:
Pierre-Yves Chibon 2015-02-19 13:38:24 +01:00
parent fce567a9e6
commit f883635ab5

View file

@ -243,6 +243,13 @@
- config
- selinux
- name: set the selinux boolean git_cgi_use_nfs
seboolean: name=git_cgi_use_nfs persistent=yes state=yes
tags:
- distgit
- config
- selinux
- name: check the selinux context of the Lookaside Cache root directory
command: matchpathcon /srv/cache
register: lcachecontext