diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-15 00:35:50 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-15 00:35:50 +0200 |
commit | e7a669945b5e6873712bdc75677182e492814675 (patch) | |
tree | d0e4f123d229309265263783af2028bf5fe1bf2d | |
parent | 6c056f7ab595a7310741370d37130cd5017d9315 (diff) |
Drop webmap-update@vbk.timer override.
This reverts commit fa94e32ba5fe4cc73533ef264b4db33ab0a9c28f.
-rw-r--r-- | group_vars/all.yml | 1 | ||||
-rw-r--r-- | templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 | 1 | ||||
m--------- | webmap-tools | 0 |
3 files changed, 0 insertions, 2 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 -Subproject 02653bdfa4aef349e223d615f044165dd1ea607 +Subproject 4263125c9bc8f23cf5ef6f3257b575537e3cad7 |