[vagrant-up] Running Ruby During Provisioning

2015-12-28 Thread James Carr
Hey All, I have a snippet of ruby in my Vagrantfile that works well but is dependent on some provisioning taking place first using the vagant-host-shell provisioner. Is there someway to force a snippet to only execute once a provisioning step is complete? If place it in the file sequentially

Re: [vagrant-up] Running Ruby During Provisioning

2015-12-28 Thread Alvaro Miranda Aguilera
Hello, Have a look at the plugin vagrant-trigger. It does have several stages and seems to allow the level of control you are after. Alvaro. On Tue, Dec 29, 2015 at 5:53 AM, James Carr wrote: > Hey All, > > I have a snippet of ruby in my Vagrantfile that works well