Skip to content

Commit

Permalink
feat: extend debian support up to bookworm as gluster provides requir…
Browse files Browse the repository at this point in the history
…ed packages voxpupuli#243
  • Loading branch information
deubert-it committed Jun 14, 2023
1 parent 76d25a9 commit 7ad8c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/apt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

case $facts['os']['distro']['codename'] {
'jessie', 'stretch': {
'jessie', 'stretch', 'buster', 'bullseye', 'bookworm': {
$arch = $facts['os']['architecture'] ? {
'amd64' => 'amd64',
'arm64' => 'arm64',
Expand Down

0 comments on commit 7ad8c8e

Please sign in to comment.