-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathosmap.yaml
More file actions
38 lines (31 loc) · 748 Bytes
/
osmap.yaml
File metadata and controls
38 lines (31 loc) · 748 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
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Setup variables using grains['os'] based logic.
# You just need to add the key:values for an `os` that differ
# from `defaults.yaml` + `os_family.yaml`.
# Only add an `os` 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` grain.
---
# os_family: Debian
Ubuntu:
pkg: template-ubuntu
config: /etc/template.d/custom-ubuntu.conf
Raspbian:
unsupported: 'os: Raspbian (`armhf` architecture).'
# os_family: RedHat
Fedora:
pkg: template-fedora
service:
name: service-fedora
CentOS: {}
# os_family: Suse
openSUSE: {}
# os_family: Gentoo
Funtoo: {}
# os_family: Arch
Manjaro: {}
# os_family: Solaris
SmartOS: {}