diff options
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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: |