diff --git a/manifests/client/redhat/service.pp b/manifests/client/redhat/service.pp index 8d473a2..0781ff4 100644 --- a/manifests/client/redhat/service.pp +++ b/manifests/client/redhat/service.pp @@ -37,7 +37,6 @@ } } - if $::nfs::client::redhat::params::osmajor == 6 or $::nfs::client::redhat::params::osmajor == 7 { service {'rpcbind': ensure => running, diff --git a/manifests/server.pp b/manifests/server.pp index 6d8253b..56633c4 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -48,8 +48,8 @@ $nfs_v4_root_export_bindmount = undef, $nfs_v4_root_export_tag = undef, # - $mountd_port = undef, - $mountd_threads = 1, + $mountd_port = undef, + $mountd_threads = 1, # $exports = undef, ) inherits nfs::params {