Wonder if it's a formatting issue
This commit is contained in:
parent
efc074f1ae
commit
5c6d849828
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue