Added reexport option to exportfs command in nfs::server class.

This commit is contained in:
Timo Mkinen 2012-08-13 11:23:31 +03:00
parent 53a23b8b0f
commit b495db3afe

View file

@ -77,7 +77,7 @@ class nfs::server {
}
exec { "exportfs":
command => "exportfs -av",
command => "exportfs -rav",
path => "/bin:/usr/bin:/sbin:/usr/sbin",
refreshonly => true,
require => Service["nfs"],