diff options
Diffstat (limited to 'modules/git')
-rw-r--r-- | modules/git/manifests/init.pp | 1 |
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": |