aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 23:05:44 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 23:05:44 +0000
commita57bc74d95da933cdd10855a0b4d8022ec69883d (patch)
treeeb1b0ba68507edd4366e26fec5efdf4eac5e6701 /modules
parentfd430e6f753132791b286a1f6f4abfab31c60b13 (diff)
downloadpuppet-a57bc74d95da933cdd10855a0b4d8022ec69883d.tar
puppet-a57bc74d95da933cdd10855a0b4d8022ec69883d.tar.gz
puppet-a57bc74d95da933cdd10855a0b4d8022ec69883d.tar.bz2
puppet-a57bc74d95da933cdd10855a0b4d8022ec69883d.tar.xz
puppet-a57bc74d95da933cdd10855a0b4d8022ec69883d.zip
comment the dep for now, since this requires to rethink the layout
of pkgsubmit.pp and maintdb.pp
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp3
1 files changed, 2 insertions, 1 deletions
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':