aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 38e8f57f..9a367bb6 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -193,7 +193,7 @@ class buildsystem {
cron { "update maintdb export":
command => "sudo -u $maintdb_login $maintdb_binpath root get > /var/www/bs/data/maintdb.txt",
- minute => "10,40",
+ minute => "*/30",
}
}