aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-31 20:43:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-31 20:43:58 -0300
commit28f3b46d88340431cfabf1d0638936317bb40901 (patch)
tree6d5ceafd4b6ad5e91ed28454e47846db0725e3ac
parent1b12992fa023c33ade337fd36770ea52f086b67c (diff)
downloadpuppet-nfs-master.tar.gz
puppet-nfs-master.tar.bz2
Use rpcbind as service_rpc on debian and ubuntuHEADmaster
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
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: {