unbound-formula/unbound/parameters/defaults.yaml
Alexander Weidinger ab5d798c84 feat: convert template-formula to unbound-formula
BREAKING CHANGE: changed all state names and ids
2021-04-19 00:52:42 +02:00

19 lines
326 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Set default values.
---
values:
pkg:
name: unbound
rootgroup: root
config: '/etc/unbound'
service:
name: unbound
subcomponent:
config: '/etc/unbound-subcomponent-formula.conf'
# Just here for testing
added_in_defaults: defaults_value
winner: defaults
...