Revision
479
Author
dmorgan
Date
2010-11-26 16:21:37 +0100 (Fri, 26 Nov 2010)

Log Message

requires the svn snapshot

Modified Paths

Modified: puppet/modules/bugzilla/manifests/init.pp
===================================================================
--- puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:20:50 UTC (rev 478)
+++ puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:21:37 UTC (rev 479)
@@ -40,7 +40,8 @@
       owner => root,
       group => apache,
       mode => 700,
-      recurse => true
+      recurse => true,
+      require => Subversion::Snapshot[$bugzilla_location]
     }
 
     subversion::snapshot { $bugzilla_location: