[DRE-commits] [vagrant-libvirt] 20/67: by default used key id_rsa

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:01 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 81abafd93daa5d59b492d99b05928f366846c267
Author: dima <pronix.service at gmail.com>
Date:   Tue Dec 3 21:12:03 2013 +0100

    by default used key id_rsa
    
    Conflicts:
    	lib/vagrant-libvirt/config.rb
---
 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 166c833..0b54d99 100644
--- a/lib/vagrant-libvirt/config.rb
+++ b/lib/vagrant-libvirt/config.rb
@@ -49,6 +49,7 @@ module VagrantPlugins
         @connect_via_ssh = false if @connect_via_ssh == UNSET_VALUE
         @username = nil if @username == UNSET_VALUE
         @password = nil if @password == UNSET_VALUE
+        @id_ssh_key_file = 'id_rsa' if @id_ssh_key_file == UNSET_VALUE
         @storage_pool_name = 'default' if @storage_pool_name == UNSET_VALUE
 
         # Domain specific settings.

-- 
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