diff options
author | Tom De Vylder <tom@penumbra.be> | 2012-11-27 17:30:46 +0100 |
---|---|---|
committer | Tom De Vylder <tom@penumbra.be> | 2012-11-27 17:34:25 +0100 |
commit | 8c1b10374bf8b6fd75bc0110b31d91badc84a981 (patch) | |
tree | 7d8da44dc7f799a259bceefe28122f132e18fd2f /manifests/export.pp | |
parent | b9686e0c2edfe299e3aa351060da9e42ede1b5bd (diff) | |
download | puppet-nfs-8c1b10374bf8b6fd75bc0110b31d91badc84a981.tar.gz puppet-nfs-8c1b10374bf8b6fd75bc0110b31d91badc84a981.tar.bz2 |
Code smell
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 { |