Merge pull request #516 from pradels/revert-514-fix-set-pcis-if-unset

Revert "Bugfix: Config.finalize!: set @pcis if UNSET_VALUE"
This commit is contained in:
Dmitry Vasilets 2015-11-25 08:46:04 +01:00
commit 5982af3cb0

View File

@ -389,9 +389,6 @@ module VagrantPlugins
# Inputs # Inputs
@inputs = [{:type => "mouse", :bus => "ps2"}] if @inputs == UNSET_VALUE @inputs = [{:type => "mouse", :bus => "ps2"}] if @inputs == UNSET_VALUE
# PCI device passthrough
@pcis = [] if @pcis == UNSET_VALUE
# Suspend mode # Suspend mode
@suspend_mode = "pause" if @suspend_mode == UNSET_VALUE @suspend_mode = "pause" if @suspend_mode == UNSET_VALUE