[DRE-commits] [vagrant-libvirt] 75/77: set initial value of uri	attribute
    Antonio Terceiro 
    terceiro at moszumanska.debian.org
       
    Sun Apr 24 13:56:41 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag 0.0.17
in repository vagrant-libvirt.
commit 655b5eedd094b6d18537901f6e076cebf7d4ecb2
Author: Brian Clark <brian at clark.zone>
Date:   Mon Jun 9 09:56:31 2014 -0400
    set initial value of uri attribute
---
 lib/vagrant-libvirt/config.rb | 1 +
 1 file changed, 1 insertion(+)
diff --git a/lib/vagrant-libvirt/config.rb b/lib/vagrant-libvirt/config.rb
index a586348..3a8d48d 100644
--- a/lib/vagrant-libvirt/config.rb
+++ b/lib/vagrant-libvirt/config.rb
@@ -62,6 +62,7 @@ module VagrantPlugins
       attr_accessor :disks
 
       def initialize
+        @uri               = UNSET_VALUE
         @driver            = UNSET_VALUE
         @host              = UNSET_VALUE
         @connect_via_ssh   = UNSET_VALUE
-- 
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