From cf8e573e492aa168720b8f615be2b8d01e3635bc Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 26 Nov 2010 15:21:37 +0000 Subject: requires the svn snapshot --- modules/bugzilla/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 62c49c1a..06b1eacd 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -40,7 +40,8 @@ class bugzilla { owner => root, group => apache, mode => 700, - recurse => true + recurse => true, + require => Subversion::Snapshot[$bugzilla_location] } subversion::snapshot { $bugzilla_location: -- cgit v1.2.1