mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
rh networking: add missing values
this patch enables configuration of NETWORKDELAY= and DEVTIMEOUT= in /etc/sysconfig/network
This commit is contained in:
parent
ea935c5a91
commit
c95304188e
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@
|
|||
{%endif%}{% if gateway %}GATEWAY={{gateway}}
|
||||
{%endif%}{% if gatewaydev %}GATEWAYDEV={{gatewaydev}}
|
||||
{%endif%}{% if nisdomain %}NISDOMAIN={{nisdomain}}
|
||||
{%endif%}{% if networkdelay %}NETWORKDELAY={{networkdelay}}
|
||||
{%endif%}{% if devtimeout %}DEVTIMEOUT={{devtimeout}}
|
||||
{%endif%}{% if nozeroconf %}NOZEROCONF={{nozeroconf}}{%endif%}
|
||||
|
|
Loading…
Add table
Reference in a new issue