From e680b793e4c85e8f947fdf5b8d12b798180b27fe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 28 Dec 2009 13:48:27 -0200 Subject: We also don't need /var/gitosis --- manifests/gitosis.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/gitosis.pp b/manifests/gitosis.pp index f4923c7..77c210e 100644 --- a/manifests/gitosis.pp +++ b/manifests/gitosis.pp @@ -56,4 +56,12 @@ class gitosis inherits git { backup => false, require => User["gitosis"], } + + # we also don't need /var/gitosis + file { "/var/gitosis": + ensure => absent, + force => true, + backup => false, + require => User["gitosis"], + } } -- cgit v1.2.3