Wonder if it's a formatting issue

This commit is contained in:
Kevin Fenzi 2015-02-16 16:01:27 +00:00
parent efc074f1ae
commit 5c6d849828

View file

@ -103,8 +103,14 @@
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 groups=packager shell=/bin/bash home=/srv/git
user: >
name=gen-acls
comment="dummy system account for the gen-acls fedmsg job"
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