mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-02-17 16:04:24 +01:00
added debian to mapfile
This commit is contained in:
parent
20b81e67f6
commit
de9d96da1c
@ -1,4 +1,9 @@
|
|||||||
{% set map = {
|
{% set map = {
|
||||||
|
'Debian': {
|
||||||
|
'path_localtime': '/etc/localtime',
|
||||||
|
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||||
|
'pkgname': 'tzdata',
|
||||||
|
},
|
||||||
'Suse': {
|
'Suse': {
|
||||||
'path_localtime': '/etc/localtime',
|
'path_localtime': '/etc/localtime',
|
||||||
'path_zoneinfo': '/usr/share/zoneinfo/',
|
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||||
|
Loading…
Reference in New Issue
Block a user