Vagrant OS X not working

I do not know why this stray assembly does not work. I am trying to build using saltStack reference information from https://docs.saltstack.com/en/getstarted/fundamentals/index.html

Getting the next error.

Could not find the ubuntu / trusty64 field or could not access the remote directory. If it is private on HashiCorp Atlas, please confirm that you are logged in via vagrant login . Also double check the name. The extended URLs and error message are shown below:

URL: [" https://atlas.hashicorp.com/ubuntu/trusty64 "] Error:

OSX roaming version 1.8.7

I'm at a loss

+6
source share
1 answer

I got it to work after removing the built-in curl:

 sudo rm /opt/vagrant/embedded/bin/curl 
+9
source

Source: https://habr.com/ru/post/1012158/


All Articles