Spacing fix

This commit is contained in:
RedRampage 2014-11-28 13:00:19 +03:00
parent f1fb16b4a0
commit 0d378f8441
2 changed files with 8 additions and 14 deletions

View File

@ -262,3 +262,4 @@ dhcpd_failovers: []
# split: 128
# max_response_delay: 5
# max_unacked_updates: 10

View File

@ -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;