mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2024-11-27 23:07:47 +01:00
added Redhat in map.jinja
This commit is contained in:
parent
611d4631f1
commit
54b6b9503a
@ -4,6 +4,11 @@
|
|||||||
'path_zoneinfo': '/usr/share/zoneinfo/',
|
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||||
'pkgname': 'tzdata',
|
'pkgname': 'tzdata',
|
||||||
},
|
},
|
||||||
|
'Redhat': {
|
||||||
|
'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