template-formula/test/salt/pillar/top.sls

11 lines
140 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
base:
'*':
- default
'G@os_family:Gentoo':
- gentoo
'os:*':
- define_roles
...