Skip to content

Commit

Permalink
start rpc_statd
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Dec 8, 2021
1 parent 9345475 commit 2faf02d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
#
class profile::platform::baseline::debian::nfs_server {
package { 'nfs-kernel-server': }
-> service {'rpc-statd':
ensure => running,
enable => true,
}
}

0 comments on commit 2faf02d

Please sign in to comment.