From: Silvio Rhatto Date: Fri, 31 May 2013 23:43:58 +0000 (-0300) Subject: Use rpcbind as service_rpc on debian and ubuntu X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=puppet-nfs.git Use rpcbind as service_rpc on debian and ubuntu --- diff --git a/manifests/params.pp b/manifests/params.pp index 5c9e961..fe6c849 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -37,7 +37,7 @@ class nfs::params { $service_hasrestart = true $service_hasstatus = true $service_name = 'nfs-kernel-server' - $service_rpc = 'portmap' + $service_rpc = 'rpcbind' } default: {