Skip to content

Commit 6542a45

Browse files
authored
Merge branch 'main' into pr-1029-manage_gpgkey_with_aptkeyring
2 parents f2e72cf + aded8fc commit 6542a45

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

manifests/params.pp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,10 @@
354354
# https://github.com/docker/docker/issues/4734
355355
$prerequired_packages = $facts['os']['family'] ? {
356356
'Debian' => $facts['os']['name'] ? {
357-
'Debian' => ['cgroupfs-mount',],
357+
'Debian' => $facts['os']['distro']['codename'] ? {
358+
/bullseye|bookworm/ => ['cgroupfs-mount',],
359+
default => []
360+
},
358361
'Ubuntu' => ['cgroup-lite', 'apparmor',],
359362
default => [],
360363
},

0 commit comments

Comments
 (0)