diff --git a/development/Vagrantfile b/development/Vagrantfile index 4286b0c..0d33187 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -8,13 +8,12 @@ Vagrant.require_plugin 'vagrant-omnibus' Vagrant.require_plugin 'vagrant-pristine' Vagrant.configure("2") do |config| - config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root'#, nfs: true + config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root' config.cache.scope = :machine config.cache.auto_detect = true config.cache.enable_nfs = true - config.omnibus.chef_version = :latest config.vm.provision :chef_solo do |chef| chef.add_recipe "java::oracle"