aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/gitosis.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitosis.pp b/manifests/gitosis.pp
index 77c210e..ebe0c2a 100644
--- a/manifests/gitosis.pp
+++ b/manifests/gitosis.pp
@@ -12,7 +12,7 @@ class gitosis inherits git {
# repositories folder
file { "/var/git/repositories":
- ensure => present,
+ ensure => directory,
owner => gitosis,
group => gitosis,
mode => 0755,