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: