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))}
|
allow-notify-from=${','.join(sorted(my_primary_servers))}
|
||||||
|
|
||||||
slave=yes
|
slave=yes
|
||||||
superslave=yes
|
# FIXME enable once debian stable has 4.1.9
|
||||||
allow-notify-from=${','.join(sorted(my_primary_servers['ips']))}
|
#superslave=yes
|
||||||
% else:
|
% else:
|
||||||
api=yes
|
api=yes
|
||||||
api-key=${api_key}
|
api-key=${api_key}
|
||||||
|
|
Loading…
Reference in a new issue