Spacing fix
This commit is contained in:
parent
f1fb16b4a0
commit
0d378f8441
@ -262,3 +262,4 @@ dhcpd_failovers: []
|
||||
# split: 128
|
||||
# max_response_delay: 5
|
||||
# max_unacked_updates: 10
|
||||
|
||||
|
@ -120,10 +120,6 @@ host {{ host.hostname }} {
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
|
||||
|
||||
{% macro print_failover(failover) %}
|
||||
{% if failover.comment is defined and failover.comment %}
|
||||
# {{ failover.comment }}
|
||||
@ -183,9 +179,6 @@ failover peer "{{ failover.failover }}" {
|
||||
}
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
|
||||
|
||||
{% if dhcpd_authoritative is defined and dhcpd_authoritative %}
|
||||
authoritative;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user