vaguerent/templates/guests/arch/network_static.erb
2012-01-17 11:25:40 -08:00

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