vagrant/templates/network_entry_arch.erb

10 lines
255 B
Plaintext
Raw Normal View History

#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant.
# Please do not modify any of these contents.
interface=eth<%= net_options[:adapter] %>
address=<%= net_options[:ip]%>
netmask=<%= net_options[:netmask] %>
gateway=
#VAGRANT-END