aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-06 14:19:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-06 14:19:42 -0200
commit3bcd9402f019fa5f48505ee4e83d7c27efee1069 (patch)
tree0ae9835077735b2155d28057273fe53dac1dcb60 /manifests
parent16bac72ec736c403cc59f1388bd067cf2f214bb1 (diff)
downloadpuppet-git-3bcd9402f019fa5f48505ee4e83d7c27efee1069.tar.gz
puppet-git-3bcd9402f019fa5f48505ee4e83d7c27efee1069.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/gitosis.pp2
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"],
}