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:
parent
8d310cd9d3
commit
eef6aac26e
@ -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) %}
|
||||
|
Loading…
Reference in New Issue
Block a user