vagrant/templates/guests/arch/network_hostonly.erb

8 lines
241 B
Plaintext
Raw Normal View History

2012-01-01 03:08:56 +00:00
#VAGRANT-BEGIN-HOSTONLY
# The contents below are automatically generated by Vagrant. Do not modify.
interface=eth<%= net_options[:adapter] %>
address=<%= net_options[:ip]%>
netmask=<%= net_options[:netmask] %>
gateway=
#VAGRANT-END-HOSTONLY