From: alex Date: Sat, 17 Dec 2022 20:12:16 +0000 (+0100) Subject: Disable rpcbind X-Git-Tag: 20240214-emacs~524 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=6a260151dbcd7bcfc36c64ecfde7f2d5f897c42d;p=alex.git Disable rpcbind --- diff --git a/personal_infra/puppet/modules/proxmox/manifests/init.pp b/personal_infra/puppet/modules/proxmox/manifests/init.pp index dd06cdd..7a9dd38 100644 --- a/personal_infra/puppet/modules/proxmox/manifests/init.pp +++ b/personal_infra/puppet/modules/proxmox/manifests/init.pp @@ -8,4 +8,9 @@ class proxmox { exec {'/usr/sbin/ifreload -a': refreshonly => true } + + service {['rpcbind.target', 'rpcbind.service', 'rpcbind.socket']: + ensure => stopped, + enable => mask, + } }