From 694e0ef201dea811a7c0f1dbd30f8d562a17e15e Mon Sep 17 00:00:00 2001 From: Paul Krizak Date: Thu, 14 Dec 2017 22:06:15 -0800 Subject: [PATCH] Disable subtree checking explicitly --- manifests/geofront.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/geofront.pp b/manifests/geofront.pp index 962082a..118256e 100644 --- a/manifests/geofront.pp +++ b/manifests/geofront.pp @@ -448,7 +448,7 @@ owner => 'root', group => 'root', mode => '0444', - content => '/raid 192.168.86.0/24(rw,sync,root_squash) + content => '/raid 192.168.86.0/24(rw,sync,root_squash,no_subtree_check) ', notify => Exec['exportfs'], } ->