Merge pull request #2605 from teaforthecat/patch-1
guests/redhat: add ONBOOT and NM_CONTROLLED to redhat/network_static
This commit is contained in:
commit
6572b95c54
|
@ -1,6 +1,8 @@
|
||||||
#VAGRANT-BEGIN
|
#VAGRANT-BEGIN
|
||||||
# The contents below are automatically generated by Vagrant. Do not modify.
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
||||||
|
NM_CONTROLLED=no
|
||||||
BOOTPROTO=none
|
BOOTPROTO=none
|
||||||
|
ONBOOT=yes
|
||||||
IPADDR=<%= options[:ip] %>
|
IPADDR=<%= options[:ip] %>
|
||||||
NETMASK=<%= options[:netmask] %>
|
NETMASK=<%= options[:netmask] %>
|
||||||
DEVICE=eth<%= options[:interface] %>
|
DEVICE=eth<%= options[:interface] %>
|
||||||
|
|
Loading…
Reference in New Issue