nfs: Fix nfslock service name for CentOS 7.
This commit is contained in:
parent
f11de1cbbb
commit
5b177cbaaf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class nfs::client {
|
|||
name => $::operatingsystem ? {
|
||||
"centos" => $::operatingsystemrelease ? {
|
||||
/^[1-6]/ => "nfslock",
|
||||
default => "nfs-lock",
|
||||
default => "rpc-statd",
|
||||
},
|
||||
"fedora" => $::operatingsystemrelease ? {
|
||||
/^([1-9]|1[0-5])$/ => "nfslock",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue