diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-06 14:19:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-06 14:19:42 -0200 |
commit | 3bcd9402f019fa5f48505ee4e83d7c27efee1069 (patch) | |
tree | 0ae9835077735b2155d28057273fe53dac1dcb60 /manifests | |
parent | 16bac72ec736c403cc59f1388bd067cf2f214bb1 (diff) | |
download | puppet-git-3bcd9402f019fa5f48505ee4e83d7c27efee1069.tar.gz puppet-git-3bcd9402f019fa5f48505ee4e83d7c27efee1069.tar.bz2 |
Minor fix
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"], } |