aboutsummaryrefslogtreecommitdiff
path: root/manifests/export.pp
diff options
context:
space:
mode:
authorTom De Vylder <tom@penumbra.be>2012-11-27 17:30:46 +0100
committerTom De Vylder <tom@penumbra.be>2012-11-27 17:34:25 +0100
commit8c1b10374bf8b6fd75bc0110b31d91badc84a981 (patch)
tree7d8da44dc7f799a259bceefe28122f132e18fd2f /manifests/export.pp
parentb9686e0c2edfe299e3aa351060da9e42ede1b5bd (diff)
downloadpuppet-nfs-8c1b10374bf8b6fd75bc0110b31d91badc84a981.tar.gz
puppet-nfs-8c1b10374bf8b6fd75bc0110b31d91badc84a981.tar.bz2
Code smell
Diffstat (limited to 'manifests/export.pp')
-rw-r--r--manifests/export.pp2
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 {