diff options
Diffstat (limited to 'manifests/gitosis.pp')
-rw-r--r-- | manifests/gitosis.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/gitosis.pp b/manifests/gitosis.pp index 819fec4..d09e11d 100644 --- a/manifests/gitosis.pp +++ b/manifests/gitosis.pp @@ -26,7 +26,8 @@ class gitosis inherits git { ensure => present, home => "/var/git", shell => "/bin/sh", - groups => [ "gitosis", "puppet" ], + gid => "gitosis", + groups => [ "puppet" ], require => Group["gitosis"]; } |