From b495db3afee44b3b6a249b895d1b7a601cc802b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 13 Aug 2012 11:23:31 +0300 Subject: [PATCH] Added reexport option to exportfs command in nfs::server class. --- nfs/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],