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

Add :info as an alternative to :execute #6

Closed nickrw closed 10 years ago

nickrw commented 10 years ago

Instead of executing a command, it uses Vagrant's UI object to print an informational message. This is useful if you want to show messages during certain Vagrant commands, but not others, but don't have any need to execute a script.

emyl commented 10 years ago

Awesome! Thank you!