From 407612e4f0bee49fa1fff53925a7b9f4d7f59f37 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 28 Feb 2016 21:28:48 +0100 Subject: [PATCH] Set timezone --- basic/localization.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basic/localization.sls b/basic/localization.sls index 171b84b..4d9ff6b 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