We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2e72cf + aded8fc commit 6542a45Copy full SHA for 6542a45
1 file changed
manifests/params.pp
@@ -354,7 +354,10 @@
354
# https://github.com/docker/docker/issues/4734
355
$prerequired_packages = $facts['os']['family'] ? {
356
'Debian' => $facts['os']['name'] ? {
357
- 'Debian' => ['cgroupfs-mount',],
+ 'Debian' => $facts['os']['distro']['codename'] ? {
358
+ /bullseye|bookworm/ => ['cgroupfs-mount',],
359
+ default => []
360
+ },
361
'Ubuntu' => ['cgroup-lite', 'apparmor',],
362
default => [],
363
},
0 commit comments