Fixed nfslock service for Fedora.
This commit is contained in:
parent
19049e0273
commit
bf96567880
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ class nfs::client {
|
|||
}
|
||||
|
||||
service { "nfslock":
|
||||
name => $operatingsystem ? {
|
||||
"fedora" => "nfs-lock",
|
||||
default => "nfslock",
|
||||
},
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue