Chef fails during vagrant up because cookbooks/core/vdd/recipes/vdd_help.rb wgets http://twitter.github.io/bootstrap/assets/bootstrap.zip which seems to have moved or disappeared, I assume with the release of Bootstrap 3 RC 1. This leaves the vagrant box in an incomplete state.

Comments

danylevskyi’s picture

Version: 7.x-1.0-alpha5 » 7.x-1.x-dev
Status: Active » Fixed

Thanks for the issue!
It was a bad idea to use bootstrap...

ghilsman’s picture

I am assuming that this is trying to download and install bootstrap version 2.3.2
The old download location was moved, and I downloaded and installed the following tarball/zip manually into /var/www (in the guest machine): https://github.com/twbs/bootstrap/zipball/master
By installing it manually, then running the command 'vagrant reload', vdd_help.rb will ignore the download since it's already installed.
NOTE: make sure the bootstrap directory you install in /var/www is renamed to 'bootstrap', instead of something like 'bootstrap_master', which is the name of the tarball/zip link above.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit d974c08 on 7.x-1.x, 7.x-2.x, 8.x-1.x, berkshelf by danylevskyi:
    Issue #2052037 by danylevskyi: Removed Bootstrap.