From: Frank Brehm Date: Sun, 28 Feb 2016 20:28:48 +0000 (+0100) Subject: Set timezone X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=407612e4f0bee49fa1fff53925a7b9f4d7f59f37;p=salt%2Fstates.git Set timezone --- 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') }}