From: Silvio Rhatto Date: Sun, 6 Dec 2009 16:50:55 +0000 (-0200) Subject: Setting no back on folder references to avoid strange error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f046561d4f7ca5eb41ccf6014ff9164d9a7c9eb3;p=puppet-git.git Setting no back on folder references to avoid strange error --- diff --git a/manifests/gitosis.pp b/manifests/gitosis.pp index cf1368b..c433c8d 100644 --- a/manifests/gitosis.pp +++ b/manifests/gitosis.pp @@ -14,6 +14,7 @@ class gitosis inherits git { file { "/var/cache/git": ensure => "/var/git/repositories", force => true, + backup => false, } # the needed packages @@ -42,6 +43,7 @@ class gitosis inherits git { file { "/srv/gitosis": ensure => absent, force => true, + backup => false, require => User["gitosis"], } }