bundles/powerdns: enable superslave if supported
This commit is contained in:
parent
ba3bf20db7
commit
b460085bb0
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ setgid=pdns
|
|||
allow-notify-from=${','.join(sorted(my_primary_servers))}
|
||||
|
||||
slave=yes
|
||||
# FIXME enable once debian stable has 4.1.9
|
||||
#superslave=yes
|
||||
% if node.os_version[0] > 10:
|
||||
superslave=yes
|
||||
% endif
|
||||
% else:
|
||||
api=yes
|
||||
api-key=${api_key}
|
||||
|
|
Loading…
Reference in a new issue