diff options
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index eae76963..0f010c3d 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -61,8 +61,7 @@ class bugzilla-dev { file { '/usr/share/bugzilla/www/robots.txt': group => 'apache', mode => '0640', - content => template('bugzilla/robots.txt'), - require => Package['bugzilla-extension-sitemap'], + content => template('bugzilla/robots.txt') } cron { 'collectstats': |