9e2d89e0087fb8780ee97c4de90b275395175ea8
[arvados-formula.git] / TEMPLATE / osmap.yaml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 #
4 # Setup variables using grains['os'] based logic.
5 # You just need to add the key:values for an `os` that differ
6 # from `defaults.yaml` + `osarch.yaml` + `os_family.yaml`.
7 # Only add an `os` which is/will be supported by the formula.
8 #
9 # If you do not need to provide defaults via the `os` grain,
10 # you will need to provide at least an empty dict in this file, e.g.
11 # osmap: {}
12 ---
13 # os_family: Debian
14 Ubuntu:
15   pkg:
16     name: TEMPLATE-ubuntu
17   config: /etc/TEMPLATE.d/custom-ubuntu.conf
18 Raspbian: {}
19
20 # os_family: RedHat
21 Fedora:
22   pkg:
23     name: TEMPLATE-fedora
24   service:
25     name: service-fedora
26 CentOS: {}
27 Amazon: {}
28
29 # os_family: Suse
30 SUSE: {}
31 openSUSE: {}
32
33 # os_family: Gentoo
34 Funtoo: {}
35
36 # os_family: Arch
37 Manjaro: {}
38
39 # os_family: Solaris
40 SmartOS: {}