From dfaa5f1d2d6af7784bc4c866874025bd299155f7 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 9 Sep 2015 18:19:54 -0700 Subject: vagrant bugfix: upload the correct vagrant ssh key. closes #7436 --- lib/leap_cli/path.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/leap_cli/path.rb') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 43bb3e0..62ea013 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -99,8 +99,11 @@ module LeapCli; module Path end end - def self.vagrant_ssh_key_file + def self.vagrant_ssh_priv_key_file File.join(LEAP_CLI_BASE_DIR, 'vendor', 'vagrant_ssh_keys', 'vagrant.key') end + def self.vagrant_ssh_pub_key_file + File.join(LEAP_CLI_BASE_DIR, 'vendor', 'vagrant_ssh_keys', 'vagrant.pub') + end end; end -- cgit v1.2.3