aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/check_missing_deps.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/check_missing_deps.pp')
-rw-r--r--modules/buildsystem/manifests/check_missing_deps.pp15
1 files changed, 0 insertions, 15 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",
- }
- }
-}
-