Same fix on more places

This commit is contained in:
Patrick Uiterwijk 2015-03-13 00:45:16 +00:00
parent 621fdacda2
commit c015ad545c

View file

@ -49,8 +49,8 @@
- selinux
- name: set the SELinux policy for the distgit root directory
command: semanage fcontext -a -t httpd_git_content_t "/srv/git(/.*)?"
when: distgitcontext.stdout.find('httpd_git_content_t') == -1
command: semanage fcontext -a -t git_user_content_t "/srv/git(/.*)?"
when: distgitcontext.stdout.find('git_user_content_t') == -1
tags:
- config
- distgit