10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
|
{% set map = {
|
||
|
'Suse': {
|
||
|
'path-localtime': '/etc/localtime',
|
||
|
'path-zoneinfo': '/usr/share/zoneinfo/',
|
||
|
'pkgname': 'timezone',
|
||
|
},
|
||
|
} %}
|
||
|
|
||
|
{% set confmap = map.get(grains.os_family) %}
|