Hey guys,
I'm in the need of detecting if vagrant has been provisioned or not, the goal is to ask the user if bridged network is needed but only do that on the first "vagrant up".
I saw that you have an env variable called "provision_enable" [1] but can't find the way to use it inside Vagrantfile. If not implemented it would be great to have a method say is_provisioned? so we can do other things prior or after a machine is provisioned.
Thank you very much for your help!
Andres,
--