mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #514 from fxkr/fix-set-pcis-if-unset
Bugfix: Config.finalize!: set @pcis if UNSET_VALUE
This commit is contained in:
commit
1c372ddaf9
@ -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