mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
11 lines
140 B
YAML
11 lines
140 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
base:
|
|
'*':
|
|
- default
|
|
'G@os_family:Gentoo':
|
|
- gentoo
|
|
'os:*':
|
|
- define_roles
|
|
...
|