2021-04-01 23:00:17 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
#
|
|
|
|
# Set default values.
|
|
|
|
---
|
|
|
|
values:
|
|
|
|
pkg:
|
2021-04-01 23:00:17 +02:00
|
|
|
name: nsd
|
2021-04-01 23:00:17 +02:00
|
|
|
rootgroup: root
|
2021-04-02 00:22:15 +02:00
|
|
|
config: '/etc/nsd/nsd.conf'
|
|
|
|
config_include_dir: '/etc/nsd/nsd.conf.d'
|
|
|
|
config_include_glob: '*.conf'
|
2021-04-03 13:34:28 +02:00
|
|
|
zones_dir: '/etc/nsd/zones'
|
2021-04-01 23:00:17 +02:00
|
|
|
service:
|
2021-04-01 23:00:17 +02:00
|
|
|
name: nsd
|
2021-04-01 23:00:17 +02:00
|
|
|
# Just here for testing
|
|
|
|
added_in_defaults: defaults_value
|
|
|
|
winner: defaults
|
|
|
|
...
|