From ba841b1c53533e5af23c0e8642c4b0b4b6fe29fc Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 17 Dec 2013 22:46:25 -0200 Subject: [PATCH] Remove commented out code from dev Vagrantfile --- development/Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"