So installed vagrant this morning and on "up" following message is displayed:
WARNING: Vagrant has detected the `vagrant-triggers` plugin. This plugin conflicts
with the internal triggers implementation. Please uninstall the `vagrant-triggers`
plugin and run the command again if you wish to use the core trigger feature. To
uninstall the plugin, run the command shown below:
vagrant plugin uninstall vagrant-triggers
Note that the community plugin `vagrant-triggers` and the core trigger feature
in Vagrant do not have compatible syntax.
To disable this warning, set the environment variable `VAGRANT_USE_VAGRANT_TRIGGERS`.
vagrant-cachier (1.2.1)
vagrant-hostsupdater (1.1.1.160)
vagrant-triggers (0.5.3)
So I uninstall vagrant-triggers, but on "up" it is reinstalled (I have no idea by what as by VagrantFile is pretty much empty) then get message again.
So I need to set the env var `VAGRANT_USE_VAGRANT_TRIGGERS` but set it to what value? I have set this under windows system env vars to 1
Please tell me how get pass this error?
Thanks