From 34db0cce099b2e4f2968866bf3ea8d3896afc98e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 6 Mar 2012 23:59:40 +0000 Subject: drop missing-deps --- modules/buildsystem/manifests/check_missing_deps.pp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/buildsystem/manifests/check_missing_deps.pp (limited to 'modules/buildsystem/manifests/check_missing_deps.pp') 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", - } - } -} - -- cgit v1.2.1