From a038b5e5ff74fcd800f4f8983cedb477833b67e1 Mon Sep 17 00:00:00 2001 From: Gregor Michels Date: Thu, 3 Nov 2022 00:18:39 +0100 Subject: [PATCH] move switches into the correct timezone --- templates/switches/etc/config/system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/switches/etc/config/system b/templates/switches/etc/config/system index 54e19b4..916caf1 100644 --- a/templates/switches/etc/config/system +++ b/templates/switches/etc/config/system @@ -3,7 +3,7 @@ config system option ttylogin '0' option log_size '64' option urandom_seed '0' - option timezone 'Europe/Berlin' + option timezone 'CET-1CEST,M3.5.0,M10.5.0/3' option hostname '{{ inventory_hostname }}' config timeserver 'ntp'