2021-03-31 10:10:43 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
#
|
|
|
|
# Set default values.
|
|
|
|
---
|
|
|
|
values:
|
|
|
|
pkg:
|
2021-03-31 10:10:44 +02:00
|
|
|
name: unbound
|
2021-03-31 10:10:43 +02:00
|
|
|
rootgroup: root
|
2021-03-31 10:10:44 +02:00
|
|
|
config: '/etc/unbound'
|
2021-03-31 10:10:43 +02:00
|
|
|
service:
|
2021-03-31 10:10:44 +02:00
|
|
|
name: unbound
|
2021-03-31 10:10:43 +02:00
|
|
|
subcomponent:
|
2021-03-31 10:10:44 +02:00
|
|
|
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
|
|
|
|
...
|