mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
15 lines
304 B
YAML
15 lines
304 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
TEMPLATE:
|
|
pkg:
|
|
name: TEMPLATE
|
|
rootgroup: root
|
|
config: '/etc/TEMPLATE'
|
|
service:
|
|
name: TEMPLATE
|
|
subcomponent:
|
|
config: '/etc/TEMPLATE-subcomponent-formula.conf'
|
|
# Just here for testing
|
|
added_in_defaults: defaults_value
|
|
winner: defaults
|