Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.dhcp.kea
Commits
95009a40
Commit
95009a40
authored
Nov 25, 2020
by
Pietsch, Martin
Browse files
bugfix: wrong hook directory path
parent
60a4c0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/kea-dhcp-ha.j2
View file @
95009a40
...
...
@@ -29,11 +29,11 @@
{% if (ha_servers | length) > 1 %}
"hooks-libraries": [
{
"library": "{{ system_app_root }}/lib/hooks/libdhcp_lease_cmds.so",
"library": "{{ system_app_root }}/lib/
kea/
hooks/libdhcp_lease_cmds.so",
"parameters": { }
},
{
"library": "{{ system_app_root }}/lib/hooks/libdhcp_ha.so",
"library": "{{ system_app_root }}/lib/
kea/
hooks/libdhcp_ha.so",
"parameters": {
"high-availability": [ {
"this-server-name": "{{ inventory_hostname }}",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment