Re: [vagrant-up] Re: Including other files when packaging a box

2018-11-28 Thread Alvaro Miranda Aguilera
hello when you add a vagrant box, it will add it to: ~/.vagrant.d/boxes when you include files in the box they get added in the compressed file of the box. think on the template vm on disk and other files. When you do vagrant init, you are just creating a new Vagrantfile, that tells the local

[vagrant-up] Re: Including other files when packaging a box

2018-11-28 Thread Nc Diesel
So: No tip,tricks or hints on this? To get my cookbooks in a newly created vagrant box and to have them present for provisioning I have to copy them from $HOME/.vagrant.d/... into my working directory. This seems like a bug to me. They should execute them in place from .vagrant.d or

[vagrant-up] Re: Including other files when packaging a box

2018-11-16 Thread Nc Diesel
Sorry to reply to my own post, but I realize now that my Vagrantfile is being executed. Just didn't look like it since it couldn't find the cookbook files and therefore the output looked boilerplate. However, I am still left with cookbook files that are not being found and therefore the box