Added reexport option to exportfs command in nfs::server class.
This commit is contained in:
parent
53a23b8b0f
commit
b495db3afe
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class nfs::server {
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { "exportfs":
|
exec { "exportfs":
|
||||||
command => "exportfs -av",
|
command => "exportfs -rav",
|
||||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
require => Service["nfs"],
|
require => Service["nfs"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue