Missing white space to separate options

This commit is contained in:
Bret Palsson 2012-07-01 21:47:23 -06:00
parent a81b7487b5
commit c75e432bec

View File

@ -11,8 +11,8 @@ DEVICE="{{name}}"
{%endif%}{% if gateway %}GATEWAY="{{gateway}}" {%endif%}{% if gateway %}GATEWAY="{{gateway}}"
{%endif%}{% if srcaddr %}SRCADDR="{{srcaddr}}" {%endif%}{% if srcaddr %}SRCADDR="{{srcaddr}}"
{%endif%}{% if peerdns %}PEERDNS="{{peerdns}}" {%endif%}{% if peerdns %}PEERDNS="{{peerdns}}"
{%endif%}{%if bonding %}BONDING_OPTS="{%for item in bonding %}{{item}}={{bonding[item]}}{%endfor%}" {%endif%}{%if bonding %}BONDING_OPTS="{%for item in bonding %}{{item}}={{bonding[item]}}{%endfor%} "
{%endif%}{% if ethtool %}ETHTOOL_OPTS="{%for item in ethtool %}{{item}} {{ethtool[item]}}{%endfor%}" {%endif%}{% if ethtool %}ETHTOOL_OPTS="{%for item in ethtool %}{{item}} {{ethtool[item]}}{%endfor%} "
{%endif%} {%endif%}
{% for server in dns -%} {% for server in dns -%}
DNS{{loop.index}}="{{server}}" DNS{{loop.index}}="{{server}}"