Reputation: 157
I have no clue why this vagrant build is not working. I'm trying to build with saltStack tutorial information from https://docs.saltstack.com/en/getstarted/fundamentals/index.html
Getting the following error.
The box 'ubuntu/trusty64' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
vagrant login
. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/ubuntu/trusty64"] Error:
Operating System OSX vagrant version 1.8.7
I'm at a loss
Upvotes: 6
Views: 1281
Reputation: 91
I got it to work after removing embedded curl:
sudo rm /opt/vagrant/embedded/bin/curl
Upvotes: 9