diff options
| author | alex <alex@pdp7.net> | 2023-01-15 18:42:41 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-01-15 18:42:41 +0100 |
| commit | 20d0f1c6636c98826d2ed4c7a874f292fa8cf4a3 (patch) | |
| tree | 4a7f4f762e05f43c62701c494608a568c44d5efa | |
| parent | 9aeadbe40350e551c524943c24bd7994af58f381 (diff) | |
Fix proxmox repos
| -rw-r--r-- | personal_infra/puppet/modules/proxmox/manifests/init.pp | 8 |
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 +', + } } |
