|
#VAGRANT-BEGIN-HOSTONLY
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
BOOTPROTO=static
|
|
DHCPCLASS=
|
|
IPADDR=<%= net_options[:ip] %>
|
|
NETMASK=<%= net_options[:netmask] %>
|
|
DEVICE=eth<%= net_options[:adapter] %>
|
|
#VAGRANT-END-HOSTONLY
|