We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e662181 commit bbcdce5Copy full SHA for bbcdce5
1 file changed
manifests/params.pp
@@ -344,7 +344,10 @@
344
# https://github.com/docker/docker/issues/4734
345
$prerequired_packages = $facts['os']['family'] ? {
346
'Debian' => $facts['os']['name'] ? {
347
- 'Debian' => ['cgroupfs-mount',],
+ 'Debian' => $facts['os']['distro']['codename'] ? {
348
+ /bullseye|bookworm/ => ['cgroupfs-mount',],
349
+ default => []
350
+ },
351
'Ubuntu' => ['cgroup-lite', 'apparmor',],
352
default => [],
353
},
0 commit comments