vagrant/templates/network_entry_redhat.erb

9 lines
269 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] %>
DEVICE=eth<%= net_options[:adapter] %>
#VAGRANT-END