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