diff options
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", } |