Remove commented out code from dev Vagrantfile

This commit is contained in:
Fabio Rehm 2013-12-17 22:46:25 -02:00
parent e2da4dd537
commit ba841b1c53

View file

@ -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"