2012-02-24 00:58:22 +00:00
|
|
|
#VAGRANT-BEGIN
|
2016-06-05 17:15:19 +00:00
|
|
|
ifconfig_<%= options[:device] %>="inet <%= options[:ip] %> netmask <%= options[:netmask] %>"
|
2015-05-15 16:54:57 +00:00
|
|
|
<% if options[:gateway] %>
|
|
|
|
default_router="<%= options[:gateway] %>"
|
|
|
|
<% end %>
|
2012-02-24 00:58:22 +00:00
|
|
|
#VAGRANT-END
|