diff options
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index a0148af8..f945ff5e 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -37,7 +37,7 @@ class bugzilla { owner => root, group => apache, mode => 640, - content => template("bugzilla/params") + content => template("bugzilla/params"), require => Package[bugzilla], } @@ -69,6 +69,6 @@ class bugzilla { group => apache, mode => 640, recurse => true, - require => Subversion::Snapshot[$bugzilla_location] + require => Subversion::Snapshot[$bugzilla_location], } } |