зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
18 строки
411 B
Plaintext
18 строки
411 B
Plaintext
https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins
|
|
|
|
https://github.com/fgrehm/vagrant-cachier
|
|
|
|
|
|
https://github.com/chef/vagrant-omnibus
|
|
vagrant plugin install vagrant-omnibus
|
|
|
|
if Vagrant.has_plugin?("vagrant-omnibus")
|
|
config.omnibus.chef_version = 'latest'
|
|
end
|
|
|
|
|
|
https://github.com/berkshelf/vagrant-berkshelf
|
|
vagrant plugin install vagrant-berkshelf
|
|
|
|
config.berkshelf.enabled = true
|