Adjust the $HOME of the gen-acls user

This commit is contained in:
Pierre-Yves Chibon 2015-01-20 19:27:02 +01:00
parent 90d26d3641
commit ee7c1e4de9

View file

@ -92,7 +92,8 @@
group: name=gen-acls gid=417 state=present
- 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=/
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
- name: create the /etc/gitolite/conf directory
file: path=/etc/gitolite/conf owner=gen-acls group=gen-acls state=directory mode=0755