feat: initial commit
[arvados-formula.git] / TEMPLATE / osfamilymap.yaml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 #
4 # Setup variables using grains['os_family'] based logic.
5 # You just need to add the key:values for an `os_family` that differ
6 # from `defaults.yaml` + `osarch.yaml`.
7 # Only add an `os_family` which is/will be supported by the formula.
8 #
9 # If you do not need to provide defaults via the `os_family` grain,
10 # you will need to provide at least an empty dict in this file, e.g.
11 # osfamilymap: {}
12 ---
13 Debian:
14   pkg:
15     name: TEMPLATE-debian
16   config: /etc/TEMPLATE.d/custom.conf
17
18 RedHat:
19   pkg:
20     name: TEMPLATE-redhat
21   config: /etc/TEMPLATE.conf
22
23 Suse:
24   pkg:
25     name: TEMPLATE-suse
26
27 Gentoo: {}
28
29 Arch:
30   pkg:
31     name: TEMPLATE-arch
32   service:
33     name: service-arch
34
35 Alpine: {}
36
37 FreeBSD:
38   rootgroup: wheel
39
40 OpenBSD:
41   rootgroup: wheel
42
43 Solaris: {}
44
45 Windows: {}
46
47 MacOS: {}