diff options
Diffstat (limited to 'manifests/export.pp')
-rw-r--r-- | manifests/export.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/export.pp b/manifests/export.pp index 9584255..c4c08dd 100644 --- a/manifests/export.pp +++ b/manifests/export.pp @@ -4,7 +4,7 @@ define nfs::export ( $export_directory, $export_target, $ensure = present, - $export_options = 'no_root_squash', + $export_options = 'rw,no_root_squash,no_subtree_check', ) { if ! $::nfs::server { |