Hi all,
When I execute "vagrant snapshot restore base" in the directory that has the Vagrantfile vagrant is always running the defined provisioners.
How can I prevent this?
vagrant snapshot restore --no-provisioning base
gives "An invalid option was specified. " whereas
vagrant --no-provisioning snapshot restore base
simply goes on with provisioning.
Even run: "once" provisioners are executed at every restore.
This is with Vagrant 1.8.1 with VirtualBox 5.0.16 on OSX
Regards, Peter