]> xn--ix-yja.es Git - alex.git/commitdiff
Disable rpcbind
authoralex <alex@pdp7.net>
Sat, 17 Dec 2022 20:12:16 +0000 (21:12 +0100)
committeralex <alex@pdp7.net>
Sat, 17 Dec 2022 20:12:16 +0000 (21:12 +0100)
personal_infra/puppet/modules/proxmox/manifests/init.pp

index dd06cdd01aa026d15e2393f54d159e7edacacd82..7a9dd384b59b81b31be1240c834f277f15b9d2b8 100644 (file)
@@ -8,4 +8,9 @@ class proxmox {
   exec {'/usr/sbin/ifreload -a':
     refreshonly => true
   }
+
+  service {['rpcbind.target', 'rpcbind.service', 'rpcbind.socket']:
+    ensure => stopped,
+    enable => mask,
+  }
 }