bundles/powerdns: remove superslave setting
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
debian currently does ship an older version, in which this setting is enabled by default.
This commit is contained in:
parent
7a3e3ad68f
commit
152bb56fdd
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ default-ttl=60
|
|||
allow-notify-from=${','.join(sorted(my_primary_servers))}
|
||||
|
||||
slave=yes
|
||||
superslave=yes
|
||||
allow-notify-from=${','.join(sorted(my_primary_servers['ips']))}
|
||||
# FIXME enable once debian stable has 4.1.9
|
||||
#superslave=yes
|
||||
% else:
|
||||
api=yes
|
||||
api-key=${api_key}
|
||||
|
|
Loading…
Reference in a new issue