Merge pull request #2605 from teaforthecat/patch-1

guests/redhat: add ONBOOT and NM_CONTROLLED to redhat/network_static
This commit is contained in:
Mitchell Hashimoto 2013-12-08 21:09:12 -08:00
commit 6572b95c54
1 changed files with 2 additions and 0 deletions

View File

@ -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] %>