0
0
mirror of https://github.com/saltstack-formulas/timezone-formula.git synced 2024-11-27 23:07:47 +01:00

add archlinux support

This commit is contained in:
Niels Abspoel 2016-09-29 20:12:32 +02:00
parent 8d310cd9d3
commit eef6aac26e

View File

@ -14,6 +14,11 @@
'path_zoneinfo': '/usr/share/zoneinfo/',
'pkgname': 'timezone',
},
'Arch': {
'path_localtime': '/etc/localtime',
'path_zoneinfo': '/usr/share/zoneinfo/',
'pkgname': 'tzdata',
},
} %}
{% set confmap = map.get(grains.os_family) %}