templates/guests/redhat/network_static.erb in vagrant-unbundled-1.9.1.1 vs templates/guests/redhat/network_static.erb in vagrant-unbundled-1.9.5.1
- old
+ new
@@ -1,7 +1,7 @@
#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
-NM_CONTROLLED=no
+NM_CONTROLLED=<%= options.fetch(:nm_controlled, "no") %>
BOOTPROTO=none
ONBOOT=yes
IPADDR=<%= options[:ip] %>
NETMASK=<%= options[:netmask] %>
DEVICE=<%= options[:device] %>