lib/gogetit/config.rb in gogetit-0.13.4 vs lib/gogetit/config.rb in gogetit-0.13.5

- old
+ new

@@ -92,11 +92,11 @@ 'Please check if remotes are properly registered with their certificates.' ) end else - abort('Please check if LXD is installed.') + abort('Please check if LXD is installed properly.') end config[:libvirt][:nodes].each do |node| if node[:url].split('//')[0].include? "ssh" if not ssh_available?( @@ -106,9 +106,10 @@ puts "Please check the URL or SSH private key." puts "OR SCP the previous .ssh folder if you are rebuilding"\ " your workstation." puts "scp -r ~/.ssh ubuntu@#{`hostname -f`.chop!}:~/" abort("Unable to make connection with #{node[:url]}.") + require 'pry'; binding.pry end end end end end