aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-03-06 23:59:40 +0000
committerPascal Terjan <pterjan@mageia.org>2012-03-06 23:59:40 +0000
commit34db0cce099b2e4f2968866bf3ea8d3896afc98e (patch)
tree06c056ece0a80010bf2b562fd8dc4e7d0db1e158 /modules/buildsystem/manifests
parentdcbb0cd3f3d7a0be6387d1fb216c76d998faa63e (diff)
downloadpuppet-34db0cce099b2e4f2968866bf3ea8d3896afc98e.tar
puppet-34db0cce099b2e4f2968866bf3ea8d3896afc98e.tar.gz
puppet-34db0cce099b2e4f2968866bf3ea8d3896afc98e.tar.bz2
puppet-34db0cce099b2e4f2968866bf3ea8d3896afc98e.tar.xz
puppet-34db0cce099b2e4f2968866bf3ea8d3896afc98e.zip
drop missing-deps
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/check_missing_deps.pp15
-rw-r--r--modules/buildsystem/manifests/init.pp1
2 files changed, 0 insertions, 16 deletions
diff --git a/modules/buildsystem/manifests/check_missing_deps.pp b/modules/buildsystem/manifests/check_missing_deps.pp
deleted file mode 100644
index 9ddf2a27..00000000
--- a/modules/buildsystem/manifests/check_missing_deps.pp
+++ /dev/null
@@ -1,15 +0,0 @@
-class buildsystem {
- class check_missing_deps {
- file { "/usr/local/bin/missing-deps.sh":
- mode => 755,
- source => "puppet:///modules/buildsystem/missing-deps.sh",
- }
-
- # FIXME hardcoded path
- cron { "check missing deps":
- command => "cd /var/www/bs/data && /usr/local/bin/missing-deps.sh",
- minute => "*/15",
- }
- }
-}
-
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 88e5e0f9..ef8f84a7 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -75,7 +75,6 @@ class buildsystem {
include buildsystem::mgarepo
include buildsystem::signbot
include youri_submit
- include buildsystem::check_missing_deps
cron { "dispatch jobs":
user => $sched_login,