2016-06-23 01:33:59 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
|
|
config_<%= options[:device] %>="<%= options[:ip] %>/<%= options[:netmask] %>"
|
2017-12-12 17:32:09 +00:00
|
|
|
modules_<%= options[:device] %>="!plug"
|
2016-06-23 01:33:59 +00:00
|
|
|
<% if options[:gateway] -%>
|
|
|
|
gateways_<%= options[:device] %>="<%= options[:gateway] %>"
|
|
|
|
<% end -%>
|
|
|
|
#VAGRANT-END
|