7bd9ba7abd1063186c956b65adacf536aadce121
[arvados-formula.git] / TEMPLATE / osfingermap.yaml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 #
4 # Setup variables using grains['osfinger'] based logic.
5 # You just need to add the key:values for an `osfinger` that differ
6 # from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
7 # Only add an `osfinger` which is/will be supported by the formula.
8 #
9 # If you do not need to provide defaults via the `os_finger` grain,
10 # you will need to provide at least an empty dict in this file, e.g.
11 # osfingermap: {}
12 ---
13 # os: Debian
14 Debian-10: {}
15 Debian-9: {}
16 Debian-8: {}
17
18 # os: Ubuntu
19 Ubuntu-18.04:
20   config: /etc/TEMPLATE.d/custom-ubuntu-18.04.conf
21 Ubuntu-16.04: {}
22
23 # os: Fedora
24 Fedora-31: {}
25 Fedora-30: {}
26
27 # os: CentOS
28 CentOS Linux-8: {}
29 CentOS Linux-7: {}
30 CentOS-6:
31   pkg:
32     name: TEMPLATE-centos-6
33   config: /etc/TEMPLATE.d/custom-centos-6.conf
34
35 # os: Amazon
36 Amazon Linux-2: {}
37 Amazon Linux AMI-2018: {}
38
39 # os: SUSE
40 Leap-15: {}
41
42 # os: FreeBSD
43 FreeBSD-12: {}
44
45 # os: Windows
46 Windows-8.1: {}
47
48 # os: Gentoo
49 Gentoo-2: {}