mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-02-17 16:04:24 +01:00
Add FreeBSD support to map.jinja
This commit is contained in:
parent
5231045cdb
commit
4159b888a1
@ -19,6 +19,11 @@
|
||||
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||
'pkgname': 'tzdata',
|
||||
},
|
||||
'FreeBSD': {
|
||||
'path_localtime': '/etc/localtime',
|
||||
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||
'pkgname': 'zoneinfo',
|
||||
},
|
||||
} %}
|
||||
|
||||
{% set confmap = map.get(grains.os_family) %}
|
||||
|
Loading…
Reference in New Issue
Block a user