Hey guys, I'm working on a plugin and what I need is to figure out how to prepend my plugin process right before configuration is loaded. With the configuration I basically mean the Vagrantfile. The only way I found for now was using the hook prepend action "Plugin:ALL_ACTIONS". But this seems the environment variables and either the basic functionalities like logging or message output of vagrant is not available through ENV.
Someone has a solution or has a list of hooks available? I think Vagrants documentation really lacks in development perspective. Regards Lennart -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/b46d1c85-024f-4946-8b36-151f17ab1c6f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
