2019-08-26 00:32:51 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
#
|
|
|
|
# Setup variables using grains['os_family'] based logic.
|
|
|
|
# You just need to add the key:values for an `os_family` that differ
|
|
|
|
# from `defaults.yaml` + `osarch.yaml`.
|
|
|
|
# Only add an `os_family` which is/will be supported by the formula.
|
|
|
|
#
|
|
|
|
# If you do not need to provide defaults via the `os_family` grain,
|
|
|
|
# you will need to provide at least an empty dict in this file, e.g.
|
|
|
|
# osfamilymap: {}
|
2019-08-26 21:24:42 +02:00
|
|
|
---
|
2020-03-23 12:36:45 +01:00
|
|
|
Debian: {}
|
|
|
|
|
|
|
|
RedHat: {}
|
|
|
|
|
2018-10-15 15:05:01 +02:00
|
|
|
Suse:
|
2019-08-26 00:32:51 +02:00
|
|
|
pkg:
|
|
|
|
name: timezone
|
2020-03-23 12:36:45 +01:00
|
|
|
dbus:
|
|
|
|
pkg: dbus-1
|
|
|
|
|
|
|
|
Gentoo:
|
|
|
|
pkg:
|
|
|
|
name: sys-libs/timezone-data
|
2020-03-27 10:09:20 +01:00
|
|
|
dbus:
|
|
|
|
pkg: sys-apps/dbus
|
2020-03-23 12:36:45 +01:00
|
|
|
|
|
|
|
Arch: {}
|
|
|
|
|
|
|
|
Alpine: {}
|
2019-08-26 00:32:51 +02:00
|
|
|
|
2018-10-15 15:05:01 +02:00
|
|
|
FreeBSD:
|
2019-08-26 00:32:51 +02:00
|
|
|
pkg:
|
|
|
|
name: zoneinfo
|
|
|
|
|
2020-03-23 12:36:45 +01:00
|
|
|
OpenBSD:
|
2019-08-26 00:32:51 +02:00
|
|
|
pkg:
|
2020-03-23 12:36:45 +01:00
|
|
|
name: zoneinfo
|
|
|
|
|
|
|
|
Solaris: {}
|
|
|
|
|
|
|
|
Windows: {}
|
2019-08-26 00:32:51 +02:00
|
|
|
|
2019-06-17 00:50:26 +02:00
|
|
|
MacOS: {}
|