mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Bugfix: Config.finalize!: set @pcis if UNSET_VALUE
This commit is contained in:
parent
21f6ddd5ca
commit
c3652c9057
@ -389,6 +389,9 @@ module VagrantPlugins
|
||||
# Inputs
|
||||
@inputs = [{:type => "mouse", :bus => "ps2"}] if @inputs == UNSET_VALUE
|
||||
|
||||
# PCI device passthrough
|
||||
@pcis = [] if @pcis == UNSET_VALUE
|
||||
|
||||
# Suspend mode
|
||||
@suspend_mode = "pause" if @suspend_mode == UNSET_VALUE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user