aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--personal_infra/puppet/modules/proxmox/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/personal_infra/puppet/modules/proxmox/manifests/init.pp b/personal_infra/puppet/modules/proxmox/manifests/init.pp
index 0fa82d18..53a6d24a 100644
--- a/personal_infra/puppet/modules/proxmox/manifests/init.pp
+++ b/personal_infra/puppet/modules/proxmox/manifests/init.pp
@@ -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
+',
+ }
}