role service-dhcpd: update config for Kea 1.4-P1
This commit is contained in:
parent
4c8a765f62
commit
ea1a731dcf
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue