diff --git a/nfs/manifests/init.pp b/nfs/manifests/init.pp index 2e966ee..638d506 100644 --- a/nfs/manifests/init.pp +++ b/nfs/manifests/init.pp @@ -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"],