mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
The #1249 introduce a change of behaviour on auto_config to skip if it was any kind of false, where as the correct behaviour is to only skip if explicitly set to false.
This commit is contained in:
@@ -194,7 +194,7 @@ module VagrantPlugins
|
||||
# It's used for provisioning and it has to be available during provisioning,
|
||||
# ifdown command is not acceptable here.
|
||||
next if slot_number.zero?
|
||||
next if !options[:auto_config]
|
||||
next if options[:auto_config] === false
|
||||
@logger.debug "Configuring interface slot_number #{slot_number} options #{options}"
|
||||
|
||||
network = {
|
||||
|
||||
Reference in New Issue
Block a user