Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request haraldsk#26 from NauxLiu/patch-1
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
hskwirblies committed Jun 12, 2015
2 parents fd50ceb + ba3141d commit 37d94c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
}
Expand Down

0 comments on commit 37d94c4

Please sign in to comment.