From e7a669945b5e6873712bdc75677182e492814675 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 15 Jun 2025 00:35:50 +0200 Subject: Drop webmap-update@vbk.timer override. This reverts commit fa94e32ba5fe4cc73533ef264b4db33ab0a9c28f. --- group_vars/all.yml | 1 - templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 | 1 - webmap-tools | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 5305a9e..29ad0b9 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -18,7 +18,6 @@ webmap_layer_groups_nodownload: # adjust calendar events for individual units webmap_layer_groups_update_calendar: mrr: "*-*-* 05:00:00" # updated daily at 04:33 CEST - vbk: "*-*-* 07:50:00" # updated daily at 01:53 CEST (broken) and 07:41 CEST (fixed) # PostgreSQL's version number and cluster name postgresql: diff --git a/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 b/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 index 97e43f0..795ee20 100644 --- a/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 +++ b/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 @@ -1,4 +1,3 @@ [Timer] OnCalendar= OnCalendar={{ webmap_layer_groups_update_calendar[item] }} -RandomizedDelaySec=599 diff --git a/webmap-tools b/webmap-tools index 02653bd..4263125 160000 --- a/webmap-tools +++ b/webmap-tools @@ -1 +1 @@ -Subproject commit 02653bdfa4aef349e223d615f044165dd1ea6077 +Subproject commit 4263125c9bc8f23cf5ef6f3257b575537e3cad70 -- cgit v1.2.3