Drop fixing the perms on /etc/gitolite/hook

This commit is contained in:
Pierre-Yves Chibon 2015-01-22 16:17:33 +01:00
parent 1654cba5c3
commit 1fbbefe117

View file

@ -161,17 +161,6 @@
- name: install the fedmsg configuration
copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644
- name: Fix the permission on /etc/gitolite/hooks and /etc/gitolite/hooks/common
command: chmod 770 /etc/gitolite/hooks /etc/gitolite/hooks/common
tags:
- config
- distgit
- name: Fix the ownership on /etc/gitolite/hooks and /etc/gitolite/hooks/common
command: chown gen-acls:packager /etc/gitolite/hooks /etc/gitolite/hooks/common
tags:
- config
- distgit
# -- CGit ------------------------------------------------
# This is the pretty web view of the repositories, using CGit.