user3066155
user3066155

Reputation: 157

Vagrant up OS X Not Working

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

Answers (1)

Stephen Chu
Stephen Chu

Reputation: 91

I got it to work after removing embedded curl:

sudo rm /opt/vagrant/embedded/bin/curl

Upvotes: 9

Related Questions