diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gitosis.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitosis.pp b/manifests/gitosis.pp index 2cf19ab..cf1368b 100644 --- a/manifests/gitosis.pp +++ b/manifests/gitosis.pp @@ -22,7 +22,7 @@ class gitosis inherits git { # ensures that the group exists group { "gitosis": ensure => present, - allowdupe => false; + allowdupe => false, require => Package["gitosis"], } |