Merge pull request #10 from noelmcloughlin/macos
fix(macos): add macos support
This commit is contained in:
commit
4657f44f09
|
@ -9,6 +9,8 @@ timezone_setting:
|
|||
- name: {{ timezone }}
|
||||
- utc: {{ utc }}
|
||||
|
||||
{%- if grains.os not in ('MacOS', 'Windows') %}
|
||||
|
||||
timezone_packages:
|
||||
pkg.installed:
|
||||
- name: {{ confmap.pkgname }}
|
||||
|
@ -20,3 +22,5 @@ timezone_symlink:
|
|||
- force: true
|
||||
- require:
|
||||
- pkg: {{ confmap.pkgname }}
|
||||
|
||||
{%- endif %}
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
'timezone:lookup',
|
||||
default=defaults,
|
||||
merge=True,
|
||||
) %}
|
||||
) %}
|
||||
|
|
|
@ -3,4 +3,5 @@ Suse:
|
|||
FreeBSD:
|
||||
pkgname: zoneinfo
|
||||
Gentoo:
|
||||
pkgname: sys-libs/timezone-data
|
||||
pkgname: sys-libs/timezone-data
|
||||
MacOS: {}
|
||||
|
|
Loading…
Reference in New Issue