Advertisement
Guest User

vagrantup

a guest
Mar 23rd, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. kho@kohatest3:~/kohadevbox$ vagrant up
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. ==> default: Box 'chef/debian-7.8' could not be found. Attempting to find and install...
  4. default: Box Provider: virtualbox
  5. default: Box Version: >= 0
  6. ==> default: Loading metadata for box 'chef/debian-7.8'
  7. default: URL: https://atlas.hashicorp.com/chef/debian-7.8
  8. The box you're adding has a name different from the name you
  9. requested. For boxes with metadata, you cannot override the name.
  10. If you're adding a box using `vagrant box add`, don't specify
  11. the `--name` parameter. If the box is being added via a Vagrantfile,
  12. change the `config.vm.box` value to match the name below.
  13.  
  14. Requested name: chef/debian-7.8
  15. Actual name: bento/debian-7.8
  16. kho@kohatest3:~/kohadevbox$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement