From 060e5b2d910f5248471009b49a5ec51185739670 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 3 Apr 2016 19:59:42 -0600 Subject: [PATCH] Don't use NFS anymore. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 6af54c4..8d2b93c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,7 +32,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. config.vm.synced_folder '.', '/vagrant', disabled: true - config.vm.synced_folder "bikeshop_project", "/srv/bikeshop", type: "nfs" + config.vm.synced_folder "bikeshop_project", "/srv/bikeshop" config.vm.provision "ansible" do |ansible| ansible.groups = {