aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"],
}
}