|
|
|
|
|
by jtreminio
4138 days ago
|
|
> I use chef for provisioning, and Vagrant also downloads the chef provisioner every single provision, I suspect it does this with puppet as well, so if you're developing on the go and need to re-provision, you're either out of luck or require an unlimited data plan. Vagrant won't install Chef or Puppet for you - your provisioning scripts need to do this. If you're seeing Chef being downloaded every single time you provision, then your scripts are broken and you should fix them, or your 3rd party scripts are broken and you should report a bug. |
|