From a57bc74d95da933cdd10855a0b4d8022ec69883d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 16 Mar 2012 23:05:44 +0000 Subject: comment the dep for now, since this requires to rethink the layout of pkgsubmit.pp and maintdb.pp --- modules/buildsystem/manifests/maintdb.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp index 156821e1..bbde4deb 100644 --- a/modules/buildsystem/manifests/maintdb.pp +++ b/modules/buildsystem/manifests/maintdb.pp @@ -36,7 +36,8 @@ class buildsystem::maintdb { file { [$dump,"$dump.new", $unmaintained,"$unmaintained.new"]: owner => $login, - require => File['/var/www/bs/data'], +# TODO uncomment once the situation with pkgsubmit module is cleared ( ie, maintdb depend on it ) +# require => File['/var/www/bs/data'], } cron { 'update maintdb export': -- cgit v1.2.1