Commit 2bbd4c61 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: add missing variable kea prefix

parent 8525a300
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    "renew-timer": {{ kea_dhcp_lease_renew }},
    "rebind-timer": {{ kea_dhcp_lease_rebind }},
    "subnet4": [
{% for subnet in dhcp_subnets %}
{% for subnet in kea_dhcp_subnets %}
      {
        "subnet": "{{ subnet.subnet }}",
        "pools": [