mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Missing white space to separate options
This commit is contained in:
parent
a81b7487b5
commit
c75e432bec
@ -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}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user