Fixing up quotes around host-model

This commit is contained in:
Jordan Tardif 2013-12-18 05:07:54 -05:00
parent cffb351d44
commit f13dd6a179

View File

@ -66,7 +66,7 @@ module VagrantPlugins
# Domain specific settings.
@memory = 512 if @memory == UNSET_VALUE
@cpus = 1 if @cpus == UNSET_VALUE
@cpu_mode = host-model if @cpu_mode == UNSET_VALUE
@cpu_mode = 'host-model' if @cpu_mode == UNSET_VALUE
@nested = false if @nested == UNSET_VALUE
@volume_cache = 'default' if @volume_cache == UNSET_VALUE
end