unbound-formula/unbound/parameters/defaults.yaml

18 lines
299 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/unbound.conf'
config_dir: '/etc/unbound'
2021-03-31 10:10:43 +02:00
service:
name: unbound
2021-03-31 10:10:43 +02:00
# Just here for testing
added_in_defaults: defaults_value
winner: defaults
...