0
0
mirror of https://github.com/saltstack-formulas/timezone-formula.git synced 2025-04-20 19:52:05 +02:00

My commit message

This commit is contained in:
Johann Ehrmann 2019-05-30 07:57:37 -05:00
parent 3c1235a662
commit 96e3596c16

View File

@ -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 }}