From 96e3596c1656c3e2424705f9a61bc39e44f59693 Mon Sep 17 00:00:00 2001 From: Johann Ehrmann Date: Thu, 30 May 2019 07:57:37 -0500 Subject: [PATCH] My commit message --- timezone/init.sls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/timezone/init.sls b/timezone/init.sls index df41740..b318650 100644 --- a/timezone/init.sls +++ b/timezone/init.sls @@ -1,7 +1,7 @@ # This state configures the timezone. -{%- set timezone = salt['pillar.get']('timezone:name', 'Europe/Berlin') %} -{%- set utc = salt['pillar.get']('timezone:utc', True) %} +{%- set timezone = salt['pillar.get']('timezone:lookup:name', 'Europe/Berlin') %} +{%- set utc = salt['pillar.get']('timezone:lookup:utc', True) %} {% from "timezone/map.jinja" import confmap with context %} timezone_setting: @@ -20,3 +20,4 @@ timezone_symlink: - force: true - require: - pkg: {{ confmap.pkgname }} + \ No newline at end of file