From 415c330dfdc3b18b4a9c1e4033e3e7827e60d302 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 12 Jul 2011 14:29:47 +0000 Subject: fix cron name --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 3c9d3751..38e8f57f 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -191,7 +191,7 @@ class buildsystem { content => template("buildsystem/sudoers.maintdb") } - cron { "check missing deps": + cron { "update maintdb export": command => "sudo -u $maintdb_login $maintdb_binpath root get > /var/www/bs/data/maintdb.txt", minute => "10,40", } -- cgit v1.2.1