diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-11-26 15:21:37 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-11-26 15:21:37 +0000 |
commit | cf8e573e492aa168720b8f615be2b8d01e3635bc (patch) | |
tree | 2695f970fffb86140a5103d418689a3e5faabaac /modules/bugzilla/manifests | |
parent | 261cdf968ac051b052e0a137dde729ee7f4303ce (diff) | |
download | puppet-cf8e573e492aa168720b8f615be2b8d01e3635bc.tar puppet-cf8e573e492aa168720b8f615be2b8d01e3635bc.tar.gz puppet-cf8e573e492aa168720b8f615be2b8d01e3635bc.tar.bz2 puppet-cf8e573e492aa168720b8f615be2b8d01e3635bc.tar.xz puppet-cf8e573e492aa168720b8f615be2b8d01e3635bc.zip |
requires the svn snapshot
Diffstat (limited to 'modules/bugzilla/manifests')
-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: |