From 86f6b72c0388638c778f4c2b11ff3b58c699dfc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 23 Mar 2017 22:57:41 +0100 Subject: Fix requires --- modules/bugzilla-dev/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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': -- cgit v1.2.1