You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if it would make sense to add support for hooking into provisioners runs on vagrant itself but I just don't know if there are other use cases for doing this (and it is reason why this is not a Pull Request :P)
The text was updated successfully, but these errors were encountered:
On vagrant-cachier we need to run some code around provisioners execution and we had to monkey patch the builtin provision action to achieve that. Maybe we could implement something similar to Vagrant::Environment#hook from within Vagrant::Action::Builtin::Provision#run_provisioner
I'm wondering if it would make sense to add support for hooking into provisioners runs on vagrant itself but I just don't know if there are other use cases for doing this (and it is reason why this is not a Pull Request :P)
The text was updated successfully, but these errors were encountered: