From f046561d4f7ca5eb41ccf6014ff9164d9a7c9eb3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Dec 2009 14:50:55 -0200 Subject: Setting no back on folder references to avoid strange error --- manifests/gitosis.pp | 2 ++ 1 file changed, 2 insertions(+) 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"], } } -- cgit v1.2.3