mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
13 lines
158 B
Text
13 lines
158 B
Text
![]() |
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=yaml
|
||
|
---
|
||
|
base:
|
||
|
'*':
|
||
|
- defaults
|
||
|
'os_family:Gentoo':
|
||
|
- match: grain
|
||
|
- gentoo
|
||
|
'os:*':
|
||
|
- define_roles
|
||
|
...
|