-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathosfamilymap.yaml
More file actions
43 lines (33 loc) · 864 Bytes
/
osfamilymap.yaml
File metadata and controls
43 lines (33 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Setup variables using grains['os_family'] based logic.
# You just need to add the key:values for an `os_family` that differ
# from `defaults.yaml`.
# Only add an `os_family` which is/will be supported by the formula
#
# This file can be safely removed if you do not need to provide defaults via
# the `os_family` grain.
---
Debian:
pkg: template-debian
config: /etc/template.d/custom.conf
RedHat:
pkg: template-redhat
config: /etc/template.conf
Suse:
pkg: template-suse
Gentoo: {}
Arch:
pkg: template-arch
service:
name: service-arch
Alpine: {}
FreeBSD: {}
OpenBSD: {}
Solaris:
unsupported: 'osfamily: Solaris.'
Windows:
unsupported: 'osfamily: Windows.'
MacOS:
unsupported: 'osfamily: MacOS.'