aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-06 14:50:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-06 14:50:55 -0200
commitf046561d4f7ca5eb41ccf6014ff9164d9a7c9eb3 (patch)
treeca7d69a06708f1ffb9df9fef23f89fe851312f68
parent3bcd9402f019fa5f48505ee4e83d7c27efee1069 (diff)
downloadpuppet-git-f046561d4f7ca5eb41ccf6014ff9164d9a7c9eb3.tar.gz
puppet-git-f046561d4f7ca5eb41ccf6014ff9164d9a7c9eb3.tar.bz2
Setting no back on folder references to avoid strange error
-rw-r--r--manifests/gitosis.pp2
1 files changed, 2 insertions, 0 deletions
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"],
}
}