Skip to content

Commit

Permalink
Disable subtree checking explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
skaven81 committed Dec 15, 2017
1 parent 017c60a commit 694e0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/geofront.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
} ->
Expand Down

0 comments on commit 694e0ef

Please sign in to comment.