Split another.

This commit is contained in:
Kevin Fenzi 2014-08-26 19:10:41 +00:00
parent c154fee038
commit 9c65d0e673

View file

@ -82,8 +82,10 @@
- name: create the /var/log/gitolite directory
file: path=/var/log/gitolite owner=root group=packager state=directory mode=2775
- name: create the gen-acls user
- name: create the gen-acls group
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=/
- name: create the /etc/gitolite/conf directory