diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-31 20:43:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-31 20:43:58 -0300 |
commit | 28f3b46d88340431cfabf1d0638936317bb40901 (patch) | |
tree | 6d5ceafd4b6ad5e91ed28454e47846db0725e3ac | |
parent | 1b12992fa023c33ade337fd36770ea52f086b67c (diff) | |
download | puppet-nfs-master.tar.gz puppet-nfs-master.tar.bz2 |
-rw-r--r-- | manifests/params.pp | 2 |
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: { |