feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / arvados / 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: arvados-debian
16   config: /etc/arvados.d/custom.conf
17
18 RedHat:
19   pkg:
20     name: arvados-redhat
21   config: /etc/arvados.conf
22
23 Suse:
24   pkg:
25     name: arvados-suse
26
27 Gentoo: {}
28
29 Arch:
30   pkg:
31     name: arvados-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: {}