Skip to content

Commit 2e5f7a9

Browse files
committed
linode: apt-longview has bookworm and trixie releases now
1 parent d47ae43 commit 2e5f7a9

File tree

1 file changed

+1
-1
lines changed
  • local-modules/profile/manifests/vms/kvm

1 file changed

+1
-1
lines changed

local-modules/profile/manifests/vms/kvm/linode.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
apt::source { 'linode-longview':
2828
location => 'https://apt-longview.linode.com/',
29-
release => 'bullseye',
29+
release => $facts['os']['distro']['codename'],
3030
repos => 'main',
3131
key => {
3232
name => 'linode.gpg',

0 commit comments

Comments
 (0)