Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 99e0021

Browse files
committed
Add missing line-break in RedHat slave config
If dns_nameservers is defined, ensure that the first DNS<index> line isn't appended to a previous option
1 parent b9cdfd6 commit 99e0021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/bond_RedHat.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ GATEWAY={{ item.gateway }}
1616
{% endif %}
1717
{% include "RedHat_bond_options.j2" %}
1818
{% endif %}
19+
1920
{% if item.dns_nameservers is defined %}
2021
{% for dns_nameserver in item.dns_nameservers %}
2122
DNS{{ loop.index }}={{ dns_nameserver }}

0 commit comments

Comments
 (0)