From: Silvio Rhatto Date: Sun, 6 Dec 2009 16:19:42 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3bcd9402f019fa5f48505ee4e83d7c27efee1069;p=puppet-git.git Minor fix --- 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"], }