hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Change vagrant-cachier scope to box #257

Closed zxaos closed 9 years ago

zxaos commented 9 years ago

Until multiple sites in one vlad install are better supported (1.2?) could we change vagrant-cachier to use the :box scope rather than the :machine scope? It'd increase efficiency for people running one-vlad-per-project.

dixhuit commented 9 years ago

http://fgrehm.viewdocs.io/vagrant-cachier/usage

Just reading up on this and it seems like a sensible amend. @philipnorton42 ?

philipnorton42 commented 9 years ago

Yup, seems perfectly fine to me. I'll get that done today :)

philipnorton42 commented 9 years ago

All done. That will be in the next release of Vlad :)

We just need to be aware that provisioning multiple boxes at once might cause the "SystemError: Failed to lock /var/cache/apt/archives/lock" error to occur. That's an edge case though...