role service-dhcpd: update config for Kea 1.4-P1

This commit is contained in:
Julian Labus 2018-09-20 17:06:03 +02:00
parent 4c8a765f62
commit ea1a731dcf
No known key found for this signature in database
GPG key ID: 8AF209F2C6B3572A

View file

@ -50,8 +50,7 @@
},
{
"name": "domain-search",
"data": "{{ mesh.kea_dnssl_binary }}",
"csv-format": false
"data": "{% for dnssl in mesh.dnssl %}{{ dnssl }}{% if not loop.last %}, {% endif %}{% endfor %}"
}
]
{% if not loop.last %}
@ -69,12 +68,12 @@
"name": "kea-dhcp4",
"output_options": [
{
"output": "/var/log/kea-dhcp4.log"
"output": "/var/log/kea/kea-dhcp4.log"
}
],
"severity": "WARN",
"debuglevel": 0
},
}
]
}