From bbd1e9c90129af2d6a0e9b95e3605129970ce597 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 23 Jun 2014 18:01:00 -0300 Subject: [PATCH] Make sure people know that synced_folder_opts are optional I came across a blog post somewhere saying that this was required but I can't find the link right now. --- README.md | 6 +++--- docs/index.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ded3e7..d556376 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Vagrant.configure("2") do |config| # More info on http://fgrehm.viewdocs.io/vagrant-cachier/usage config.cache.scope = :box - # If you are using VirtualBox, you might want to use that to enable NFS for - # shared folders. This is also very useful for vagrant-libvirt if you want - # bi-directional sync + # OPTIONAL: If you are using VirtualBox, you might want to use that to enable + # NFS for shared folders. This is also very useful for vagrant-libvirt if you + # want bi-directional sync config.cache.synced_folder_opts = { type: :nfs, # The nolock option can be useful for an NFSv3 client that wants to avoid the diff --git a/docs/index.md b/docs/index.md index c3d0507..fa25d45 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,9 +28,9 @@ Vagrant.configure("2") do |config| # More info on the "Usage" link above config.cache.scope = :box - # If you are using VirtualBox, you might want to use that to enable NFS for - # shared folders. This is also very useful for vagrant-libvirt if you want - # bi-directional sync + # OPTIONAL: If you are using VirtualBox, you might want to use that to enable + # NFS for shared folders. This is also very useful for vagrant-libvirt if you + # want bi-directional sync config.cache.synced_folder_opts = { type: :nfs, # The nolock option can be useful for an NFSv3 client that wants to avoid the