2019-08-26 00:32:51 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
#
|
|
|
|
# Setup variables using grains['osfinger'] based logic.
|
|
|
|
# You just need to add the key:values for an `osfinger` that differ
|
|
|
|
# from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
|
|
|
|
# Only add an `osfinger` which is/will be supported by the formula.
|
|
|
|
#
|
|
|
|
# If you do not need to provide defaults via the `os_finger` grain,
|
|
|
|
# you will need to provide at least an empty dict in this file, e.g.
|
|
|
|
# osfingermap: {}
|
|
|
|
---
|
2020-03-23 12:36:45 +01:00
|
|
|
# os: Debian
|
|
|
|
Debian-10: {}
|
|
|
|
Debian-9: {}
|
|
|
|
Debian-8: {}
|
|
|
|
|
|
|
|
# os: Ubuntu
|
|
|
|
Ubuntu-18.04: {}
|
|
|
|
Ubuntu-16.04:
|
|
|
|
dbus:
|
|
|
|
run_service: false
|
|
|
|
|
|
|
|
# os: Fedora
|
2021-02-19 14:38:05 +01:00
|
|
|
Fedora-33:
|
|
|
|
dbus:
|
|
|
|
run_service: false
|
|
|
|
Fedora-32: {}
|
2020-03-23 12:36:45 +01:00
|
|
|
Fedora-31: {}
|
|
|
|
Fedora-30: {}
|
|
|
|
|
|
|
|
# os: CentOS
|
|
|
|
CentOS Linux-8: {}
|
|
|
|
CentOS Linux-7: {}
|
|
|
|
CentOS-6:
|
|
|
|
dbus:
|
|
|
|
run_service: false
|
|
|
|
|
|
|
|
# os: Amazon
|
|
|
|
Amazon Linux-2: {}
|
|
|
|
Amazon Linux AMI-2018:
|
|
|
|
dbus:
|
|
|
|
run_service: false
|
|
|
|
|
|
|
|
# os: SUSE
|
|
|
|
Leap-15: {}
|
|
|
|
|
|
|
|
# os: FreeBSD
|
|
|
|
FreeBSD-12: {}
|
|
|
|
|
|
|
|
# os: Windows
|
|
|
|
Windows-8.1: {}
|
|
|
|
|
|
|
|
# os: Gentoo
|
|
|
|
Gentoo-2: {}
|