mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-02-17 16:04:24 +01:00
Merge pull request #5 from camlog/feature-freebsdsupport
FreeBSD support
This commit is contained in:
commit
646159fc5b
4
FORMULA
4
FORMULA
@ -1,6 +1,6 @@
|
|||||||
name: timezone
|
name: timezone
|
||||||
os: Debian, RedHat, Suse, Arch
|
os: Debian, RedHat, Suse, Arch, FreeBSD
|
||||||
os_family: Debian, RedHat, Suse, Arch
|
os_family: Debian, RedHat, Suse, Arch, FreeBSD
|
||||||
version: 201504
|
version: 201504
|
||||||
release: 1
|
release: 1
|
||||||
minimum_version: 2015.5
|
minimum_version: 2015.5
|
||||||
|
@ -19,6 +19,11 @@
|
|||||||
'path_zoneinfo': '/usr/share/zoneinfo/',
|
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||||
'pkgname': 'tzdata',
|
'pkgname': 'tzdata',
|
||||||
},
|
},
|
||||||
|
'FreeBSD': {
|
||||||
|
'path_localtime': '/etc/localtime',
|
||||||
|
'path_zoneinfo': '/usr/share/zoneinfo/',
|
||||||
|
'pkgname': 'zoneinfo',
|
||||||
|
},
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
{% set confmap = map.get(grains.os_family) %}
|
{% set confmap = map.get(grains.os_family) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user