unbound-formula/unbound/parameters/defaults.yaml

19 lines
326 B
YAML
Raw Normal View History

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