mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2024-12-01 04:41:23 +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) %}
|