From e0c11972fc47ff2433eb5b5c6e2b686d3378c174 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 20 Jul 2011 01:56:31 +0000 Subject: add proper ordering, clone must exist before doing anything --- modules/git/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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": -- cgit v1.2.1