mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fixing up quotes around host-model
This commit is contained in:
parent
cffb351d44
commit
f13dd6a179
@ -66,7 +66,7 @@ module VagrantPlugins
|
|||||||
# Domain specific settings.
|
# Domain specific settings.
|
||||||
@memory = 512 if @memory == UNSET_VALUE
|
@memory = 512 if @memory == UNSET_VALUE
|
||||||
@cpus = 1 if @cpus == 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
|
@nested = false if @nested == UNSET_VALUE
|
||||||
@volume_cache = 'default' if @volume_cache == UNSET_VALUE
|
@volume_cache = 'default' if @volume_cache == UNSET_VALUE
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user