diff options
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index 163f3b68..eae76963 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -18,16 +18,14 @@ class bugzilla-dev { file { '/etc/bugzilla/localconfig': group => 'apache', mode => '0640', - content => template('bugzilla/localconfig'), - require => Package['bugzilla'], + content => template('bugzilla/localconfig') } file { '/var/lib/bugzilla/params': group => 'apache', mode => '0640', - content => template('bugzilla/params'), - require => Package['bugzilla'], + content => template('bugzilla/params') } apache::webapp_other { 'bugzilla': |