daftlabs / vagrantfile

MIT License
1 stars 2 forks source link

disabling berkshelf #6

Closed SamuelDavis closed 9 years ago

TomWoodward commented 9 years ago

we just need to make sure the config.berkshelf option doesn't explode if you don't have the vagrant-berkshelf plugin installed

TomWoodward commented 9 years ago

that option does indeed explode without the berkshelf plugin installed

thebeline commented 9 years ago
if Vagrant.has_plugin?("vagrant-some-plugin")
  # Plugin installed
end

http://stackoverflow.com/questions/19492738/demand-a-vagrant-plugin-within-the-vagrantfile/19507570#19507570