Skip to content

Commit

Permalink
Merge pull request #49752 from jodok/jb/clonenum
Browse files Browse the repository at this point in the history
add support for clonenum parameter
  • Loading branch information
Nicole Thomas committed Sep 24, 2018
2 parents 2a7c9e4 + df1238b commit 0cd71cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/templates/rh_ip/rh7_eth.jinja
Expand Up @@ -18,6 +18,7 @@ DEVICE="{{name}}"
{%endif%}{% if ipaddr %}IPADDR="{{ipaddr}}"
{%endif%}{% if ipaddr_start %}IPADDR_START="{{ipaddr_start}}"
{%endif%}{% if ipaddr_end %}IPADDR_END="{{ipaddr_end}}"
{%endif%}{% if clonenum_start %}CLONENUM_START="{{clonenum_start}}"
{%endif%}{% if netmask %}NETMASK="{{netmask}}"
{%endif%}{% if prefix %}PREFIX="{{prefix}}"
{%endif%}{% if ipaddrs %}{% for i in ipaddrs -%}
Expand Down

0 comments on commit 0cd71cb

Please sign in to comment.