Hi, I've a single Vagrantfile that is used for multiple providers (e.g., VirtualBox, Softlayer, etc). 1. I would like to call a different ruby script (or ruby function) for each profvider from the Vagrantfile. How I can check the provider in the Vagrantfile ? 2. In addition, I would like to run the ruby script if and only if the provision flag is set. That is, if vagrant is NOT executed with the --no-provision flag. How I can check the provision flag in the Vagrantfile ? Thanks In Advance, -- Idan Zach
-- 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]. For more options, visit https://groups.google.com/d/optout.
