Noticed that using the following today for my Vagrant box:
config.vm.box = "chef/centos-6.5"
failed with:
The box 'chef/centos-6.5' 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/chef/centos-6.5"]
Error: The requested URL returned error: 404 Not Found
Indeed I went to
https://atlas.hashicorp.com/chef and there are no boxes listed there?
What happened? Should I be using something else?
Please help!