Skip to content

Commit

Permalink
Relaxed NFS setting for older version on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Jan 4, 2017
1 parent c4c7577 commit fdf9084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aux/vagrant-build/Vagrantfile
Expand Up @@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
p.image = box[:image_name]
p.rackspace_region = :iad
override.ssh.pty = true if box[:pty]
override.nfs.functional = false
#override.nfs.functional = false
end

# ~/.vagrant.d/Vagrantfile will need
Expand Down

0 comments on commit fdf9084

Please sign in to comment.