fix: rename var for tsigkeys
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-02-26 14:52:58 +01:00
parent ac79585855
commit bb8b56370d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
dhcpd_keys: []
dhcpd_tsigkeys: []
# - name: dyndns
# algorithm: hmac-sha512
# secret: secret-of-tsig-key

View File

@ -24,7 +24,7 @@ ddns-update-style interim;
# client-updates;. By default, client updates are allowed.
ignore client-updates;
{% for key in dhcpd_keys %}
{% for key in dhcpd_tsigkeys %}
key "{{ key.name }}" {
algorithm {{ key.algorithm }};
secret "{{ key.secret }}";