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

index 7a9dd384b59b81b31be1240c834f277f15b9d2b8..21360368d7e66513f3b3d352ba856c4a525dcdb3 100644 (file)
@@ -9,8 +9,16 @@ class proxmox {
     refreshonly => true
   }
 
+  # to prevent Germany/Hetzner abuse complaints
   service {['rpcbind.target', 'rpcbind.service', 'rpcbind.socket']:
     ensure => stopped,
     enable => mask,
   }
+
+  # TODO: secure this. Right now I don't use VMs, so just disable it
+  service {'spiceproxy':
+    ensure => stopped,
+    enable => mask,
+  }
+
 }