0
0
mirror of https://github.com/saltstack-formulas/timezone-formula.git synced 2024-11-28 09:57:45 +01:00
timezone-formula/timezone/map.jinja

10 lines
212 B
Plaintext
Raw Normal View History

{% set map = {
'Suse': {
'path_localtime': '/etc/localtime',
'path_zoneinfo': '/usr/share/zoneinfo/',
'pkgname': 'timezone',
},
} %}
{% set confmap = map.get(grains.os_family) %}