2012-01-03 03:40:19 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
|
|
auto eth<%= options[:interface] %>
|
|
|
|
iface eth<%= options[:interface] %> inet static
|
|
|
|
address <%= options[:ip] %>
|
|
|
|
netmask <%= options[:netmask] %>
|
2015-05-15 16:54:57 +00:00
|
|
|
<% if options[:gateway] %>
|
|
|
|
gateway <%= options[:gateway] %>
|
|
|
|
<% end %>
|
2012-01-03 03:40:19 +00:00
|
|
|
#VAGRANT-END
|