Remove commented out code from dev Vagrantfile
This commit is contained in:
parent
e2da4dd537
commit
ba841b1c53
1 changed files with 1 additions and 2 deletions
3
development/Vagrantfile
vendored
3
development/Vagrantfile
vendored
|
@ -8,13 +8,12 @@ Vagrant.require_plugin 'vagrant-omnibus'
|
||||||
Vagrant.require_plugin 'vagrant-pristine'
|
Vagrant.require_plugin 'vagrant-pristine'
|
||||||
|
|
||||||
Vagrant.configure("2") do |config|
|
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.scope = :machine
|
||||||
config.cache.auto_detect = true
|
config.cache.auto_detect = true
|
||||||
config.cache.enable_nfs = true
|
config.cache.enable_nfs = true
|
||||||
|
|
||||||
|
|
||||||
config.omnibus.chef_version = :latest
|
config.omnibus.chef_version = :latest
|
||||||
config.vm.provision :chef_solo do |chef|
|
config.vm.provision :chef_solo do |chef|
|
||||||
chef.add_recipe "java::oracle"
|
chef.add_recipe "java::oracle"
|
||||||
|
|
Loading…
Reference in a new issue