mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2024-11-28 03:27:59 +01:00
10 lines
212 B
Django/Jinja
10 lines
212 B
Django/Jinja
{% set map = {
|
|
'Suse': {
|
|
'path-localtime': '/etc/localtime',
|
|
'path-zoneinfo': '/usr/share/zoneinfo/',
|
|
'pkgname': 'timezone',
|
|
},
|
|
} %}
|
|
|
|
{% set confmap = map.get(grains.os_family) %}
|