vagrant/templates/guests/arch/network_static.erb

8 lines
213 B
Plaintext

#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
interface=eth<%= options[:interface] %>
address=<%= options[:ip]%>
netmask=<%= options[:netmask] %>
gateway=
#VAGRANT-END