From cf0ee6c8568085c26825eb23fb851ee56910efc0 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 24 Jan 2011 16:57:59 +0000 Subject: add require for ordering purpose --- modules/git/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/git') diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index 39c8470a..1853ab94 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -62,7 +62,8 @@ class git { file { "$name/description": ensure => present, - content => $description + content => $description, + require => File["$name/git-daemon-export-ok"] } } -- cgit v1.2.1