lib/gogetit/config.rb in gogetit-0.13.6 vs lib/gogetit/config.rb in gogetit-0.13.7
- old
+ new
@@ -92,11 +92,11 @@
'Please check if remotes are properly registered with their certificates.'
)
end
else
- puts "You might need to run following command to accept the certificate"
+ puts "You might need to run following commands to accept the certificate"
config[:lxd][:nodes].each do |node|
puts "lxc remote add --accept-certificate #{node[:name]}"\
" #{node[:url]}"
end
abort('Please check if LXD is installed properly.')
@@ -111,10 +111,9 @@
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