Skip to content
Snippets Groups Projects
Verified Commit 7b5dc172 authored by nd's avatar nd
Browse files

yes/no should be a string, not a boolean. I hate yaml.

parent ca078de0
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,11 @@ powerdns:
"include-dir": "/etc/powerdns/pdns.d"
"launch":
- bind
"master": no
"master": "no"
"reuseport": "yes"
"setgid": pdns
"setuid": pdns
"slave": no
"slave": "no"
"soa-minimum-ttl": 300
"tcp-control-secret": "{{ lookup('password', '/dev/null length=64') }}"
"version-string": "1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment