aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index aa6a8d2d..3c9d3751 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -191,6 +191,11 @@ class buildsystem {
content => template("buildsystem/sudoers.maintdb")
}
+ cron { "check missing deps":
+ command => "sudo -u $maintdb_login $maintdb_binpath root get > /var/www/bs/data/maintdb.txt",
+ minute => "10,40",
+ }
+
}
class mgarepo {