Refactored redhat distribution to fit new model Conflicts: lib/vagrant/systems/linux.rb templates/debian_network_entry.erb templates/locales/en.yml templates/network_entry.erb templates/network_entry_debian.erb
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
#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] %>
|
|
#VAGRANT-END |