]> xn--ix-yja.es Git - alex.git/commitdiff
Fix proxmox repos
authoralex <alex@pdp7.net>
Sun, 15 Jan 2023 17:42:41 +0000 (18:42 +0100)
committeralex <alex@pdp7.net>
Sun, 15 Jan 2023 17:42:41 +0000 (18:42 +0100)
personal_infra/puppet/modules/proxmox/manifests/init.pp

index 0fa82d18c79e8d562455151994635643e7e100f2..53a6d24a496f573e0cb8972658c6d493289b52f7 100644 (file)
@@ -21,4 +21,12 @@ class proxmox {
     enable => mask,
   }
 
+  file {'/etc/apt/sources.list.d/pve-enterprise.list':
+    ensure => absent,
+  }
+
+  file {'/etc/apt/sources.list.d/pve-no-subscription.list':
+    content => 'deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
+',
+  }
 }