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