aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/git/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp
index 247beea5..ee9985b3 100644
--- a/modules/git/manifests/init.pp
+++ b/modules/git/manifests/init.pp
@@ -105,6 +105,7 @@ class git {
exec { "/usr/bin/git clone --bare $source $name":
alias => "git mirror $name",
creates => $name,
+ before => File["$name/description"],
}
file { "$name/description":