templates/cookbook/Vagrantfile in bourdain-1.6.2 vs templates/cookbook/Vagrantfile in bourdain-1.6.3
- old
+ new
@@ -5,9 +5,11 @@
ENV['PATH'] = '/opt/chefdk/bin:/usr/local/bin:/usr/bin:%s' % ENV['PATH']
Vagrant.configure('2') do |config|
config.omnibus.chef_version = :latest
config.berkshelf.enabled = true
+ config.cache.auto_detect = true
+ config.cache.scope = :box
config.vm.define 'vagrant' do |node|
node.vm.box = 'bento/ubuntu-14.04'
node.vm.hostname = 'vagrant'
node.vm.provision :chef_solo do |chef|
\ No newline at end of file