vagrant/templates/network_entry_debian.erb

9 lines
303 B
Plaintext
Raw Normal View History

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