From 246f7294a0d8b412d0d40a7e6351c2926bc30d13 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 16 Jun 2015 15:28:34 -0400 Subject: add information about how to disable nfs support when using leap integration --- pages/docs/platform/details/development.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pages/docs/platform/details') diff --git a/pages/docs/platform/details/development.md b/pages/docs/platform/details/development.md index b13de53..4ed67d3 100644 --- a/pages/docs/platform/details/development.md +++ b/pages/docs/platform/details/development.md @@ -357,3 +357,7 @@ Known Issues or you can disable shared folder support (if you do not need it), by setting the following in your Vagrantfile: config.vm.synced_folder "src/", "/srv/website", disabled: trueconfig.vm.synced_folder "src/", "/srv/website", disabled: true + +if you are wanting this disabled for all the leap vagrant integration, you can add this to ~/.leaprc: + + @custom_vagrant_vm_line = 'config.vm.synced_folder "src/", "/srv/website", disabled: true' -- cgit v1.2.3