From ba3141d7084e3b74a57441f7e2320c355f823643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9B=B8=E8=BD=A9?= Date: Fri, 12 Jun 2015 15:13:31 +0800 Subject: [PATCH] fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 965a868..3eef3ea 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ and on individual nodes. ```puppet node server { class { 'nfs::server': - nfs_v4 = true, + nfs_v4 => true, nfs_v4_export_root_clients => '10.0.0.0/24(rw,fsid=root,insecure,no_subtree_check,async,no_root_squash)' }