From 46026287274f6e3269921097e02357d17bdcf278 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Thu, 22 Jan 2015 19:49:15 +0100 Subject: [PATCH] Add the gen-acls user to the packager group This is required to run gitolite compile properly. --- roles/distgit/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 8bc7daf72b..cf4d090a6e 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -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