Add the gen-acls user to the packager group

This is required to run gitolite compile properly.
This commit is contained in:
Mathieu Bridon 2015-01-22 19:49:15 +01:00
parent 6b3da6e371
commit 4602628727

View file

@ -93,7 +93,7 @@
- name: create the gen-acls user
user: name=gen-acls comment="dummy system account for the gen-acls fedmsg job"
uid=417 group=gen-acls shell=/bin/bash home=/srv/git
uid=417 group=gen-acls groups=packager shell=/bin/bash home=/srv/git
- name: create the /etc/gitolite/conf directory
file: path=/etc/gitolite/conf owner=gen-acls group=gen-acls state=directory mode=0755