Add support for on-secondary signing
This commit is contained in:
parent
3809b6c2c3
commit
dc2bd7c570
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ zone:
|
||||||
acl: acl-notify-{{ master }}
|
acl: acl-notify-{{ master }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for xfer in (zone.replicate | default({})).get(inventory_hostname, []) %}
|
{% for xfer in (zone.replicate | default({})).get(inventory_hostname, []) %}
|
||||||
acl: acl-transfer-{{ xfer }}
|
acl: acl-xfr-{{ xfer }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for master in zone.masters %}
|
{% for master in zone.masters %}
|
||||||
master: remote-{{ master }}
|
master: remote-{{ master }}
|
||||||
|
|
Loading…
Reference in a new issue