Hello - 

Within a Vagrantfile, is there a way to specify parameters to the 
provisioner depending on what provider is being used?

I'm looking for something along the lines of:

if provider == 'aws'
    chef.add_recipe "aws::ec2_hints"
end

I don't want aws::ec2_hints on the run list if it's a VirtualBox VM

Thanks!

-- 
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.

Reply via email to