Properly detects NetworkManager on guest as well as devices controlled by NetworkManager. Provides configuration option to enable/disbale NetworkManager control on devices.
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
#VAGRANT-BEGIN
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
BOOTPROTO=dhcp
|
|
ONBOOT=yes
|
|
DEVICE=<%= options[:device] %>
|
|
NM_CONTROLLED=<%= options.fetch(:nm_controlled, "no") %>
|
|
#VAGRANT-END
|