aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev/manifests/init.pp')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp3
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':