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 %}
|
||||
|
|
|
@ -4,3 +4,4 @@ FreeBSD:
|
|||
pkgname: zoneinfo
|
||||
Gentoo:
|
||||
pkgname: sys-libs/timezone-data
|
||||
MacOS: {}
|
||||
|
|
Loading…
Reference in New Issue