We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a45fd1 commit fd4b5d0Copy full SHA for fd4b5d0
manifests/params.pp
@@ -360,7 +360,10 @@
360
# https://github.com/docker/docker/issues/4734
361
$prerequired_packages = $facts['os']['family'] ? {
362
'Debian' => $facts['os']['name'] ? {
363
- 'Debian' => ['cgroupfs-mount',],
+ 'Debian' => $facts['os']['distro']['codename'] ? {
364
+ /bullseye|bookworm/ => ['cgroupfs-mount',],
365
+ default => []
366
+ },
367
'Ubuntu' => ['cgroup-lite', 'apparmor',],
368
default => [],
369
},
0 commit comments