templates/guests/gentoo/network_static.erb in vagrant-unbundled-2.0.2.0 vs templates/guests/gentoo/network_static.erb in vagrant-unbundled-2.0.3.0
- old
+ new
@@ -1,7 +1,8 @@
#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
config_<%= options[:device] %>=("<%= options[:ip] %> netmask <%= options[:netmask] %>")
+modules_<%= options[:device] %>=("!plug")
<% if options[:gateway] -%>
gateways_<%= options[:device] %>="<%= options[:gateway] %>"
<% end -%>
#VAGRANT-END