fix: rename var for tsigkeys
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ac79585855
commit
bb8b56370d
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
dhcpd_keys: []
|
dhcpd_tsigkeys: []
|
||||||
# - name: dyndns
|
# - name: dyndns
|
||||||
# algorithm: hmac-sha512
|
# algorithm: hmac-sha512
|
||||||
# secret: secret-of-tsig-key
|
# secret: secret-of-tsig-key
|
||||||
|
@ -24,7 +24,7 @@ ddns-update-style interim;
|
|||||||
# client-updates;. By default, client updates are allowed.
|
# client-updates;. By default, client updates are allowed.
|
||||||
ignore client-updates;
|
ignore client-updates;
|
||||||
|
|
||||||
{% for key in dhcpd_keys %}
|
{% for key in dhcpd_tsigkeys %}
|
||||||
key "{{ key.name }}" {
|
key "{{ key.name }}" {
|
||||||
algorithm {{ key.algorithm }};
|
algorithm {{ key.algorithm }};
|
||||||
secret "{{ key.secret }}";
|
secret "{{ key.secret }}";
|
||||||
|
Loading…
Reference in New Issue
Block a user