From 3bcd9402f019fa5f48505ee4e83d7c27efee1069 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Dec 2009 14:19:42 -0200 Subject: Minor fix --- manifests/gitosis.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/gitosis.pp') 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"], } -- cgit v1.2.3