Additionally, it is possible to cache omnibus chef package. Just add
~/.vagrant.d/Vagrantfile:
if (defined? VagrantPlugins::Cachier && defined? VagrantPlugins::Omnibus)
ENV['OMNIBUS_INSTALL_URL']="https://gist.github.com/hectcastro/6443633/raw/install.sh"
puts "setting custom OMNIBUS_INSTALL_URL for vagrant-cachier: #{ENV['OMNIBUS_INSTALL_URL']}"
end
Achievements
132
Karma
31,233
Total ProTip Views
Lab
Have at least one original repo where C# is the dominant language
Charity
Fork and commit to someone's open source project in need
Additionally, it is possible to cache omnibus chef package. Just add
~/.vagrant.d/Vagrantfile: