From 863ea45f2bcdc5a5e3dcfc7588a59f581304fb29 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 25 Feb 2016 18:30:33 +0100 Subject: [PATCH] Deactivated setting of timezone --- basic/localization.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basic/localization.sls b/basic/localization.sls index 4d9ff6b..171b84b 100644 --- a/basic/localization.sls +++ b/basic/localization.sls @@ -47,7 +47,7 @@ default_locale: locale.system: - name: de_DE.UTF-8 -timezone: - timezone.system: - - name: {{ salt['pillar.get']('timezone', 'Europe/Berlin') }} +#timezone: +# timezone.system: +# - name: {{ salt['pillar.get']('timezone', 'Europe/Berlin') }} -- 2.39.5