aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/init.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-20 01:56:31 +0000
committerMichael Scherer <misc@mageia.org>2011-07-20 01:56:31 +0000
commite0c11972fc47ff2433eb5b5c6e2b686d3378c174 (patch)
tree82f2bdc3393ea4e2ce019483e54060d92fdd2732 /modules/git/manifests/init.pp
parent544cb686b6f6decf8fd7ef62b8ff9fbb490743df (diff)
downloadpuppet-e0c11972fc47ff2433eb5b5c6e2b686d3378c174.tar
puppet-e0c11972fc47ff2433eb5b5c6e2b686d3378c174.tar.gz
puppet-e0c11972fc47ff2433eb5b5c6e2b686d3378c174.tar.bz2
puppet-e0c11972fc47ff2433eb5b5c6e2b686d3378c174.tar.xz
puppet-e0c11972fc47ff2433eb5b5c6e2b686d3378c174.zip
add proper ordering, clone must exist before doing anything
Diffstat (limited to 'modules/git/manifests/init.pp')
-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":