Class
nfs::v4client
In:
/modules/nfs/manifests/v4client.pp
Parent:
nfs::common-client
Class:
nfs::v4client
Resources
File["/etc/idmapd.conf"]
Service["nfslock"]
Service["rpcidmapd"]
Included Classes
nfs::rpcbind
Resources
File["/etc/idmapd.conf"]
require => Package["nfs-utils"]
content => template("nfs/idmapd.conf.erb")
Service["nfslock"]
require => Service["rpcbind"]
enable => false
ensure => stopped
hasstatus => false
status => "/sbin/pidof rpc.statd"
Service["rpcidmapd"]
require => Package["nfs-utils"]
enable => true
ensure => running
hasstatus => true
[Validate]