[DRE-commits] [vagrant-libvirt] 36/67: Fixing up quotes around host-model

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit f13dd6a179a823350839debdf584410d304e2d56
Author: Jordan Tardif <jordan at dreamhost.com>
Date:   Wed Dec 18 05:07:54 2013 -0500

    Fixing up quotes around host-model
---
 lib/vagrant-libvirt/config.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vagrant-libvirt/config.rb b/lib/vagrant-libvirt/config.rb
index 4930cbc..4e5f2d7 100644
--- a/lib/vagrant-libvirt/config.rb
+++ b/lib/vagrant-libvirt/config.rb
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list