notes/devops/provis/chef/chef-vagrant.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

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