emyl / vagrant-triggers

Allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.
MIT License
546 stars 35 forks source link

Script for provision command does not get triggered when executing 'vagrant up' for the first time. #35

Closed pcriv closed 9 years ago

pcriv commented 9 years ago

When executing vagrant up for the first time, the provisioning step is called behind the scenes. It would be very useful to detect this and trigger the scripts related to the provision command.

emyl commented 9 years ago

Hello!

This is going to happen in the next release (0.5.0). Please refer to #21 for updates.

Thanks :wink:

pcriv commented 9 years ago

Great!