Skip to content

Commit 552ee96

Browse files
committed
remove dependency on cgroupfs-mount for Debian trixie
1 parent 6a45fd1 commit 552ee96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
# https://github.com/docker/docker/issues/4734
361361
$prerequired_packages = $facts['os']['family'] ? {
362362
'Debian' => $facts['os']['name'] ? {
363-
'Debian' => ['cgroupfs-mount',],
363+
'Debian' => $facts['os']['distro']['codename'] ? { 'bookworm' => ['cgroupfs-mount',], 'trixie' => [] },
364364
'Ubuntu' => ['cgroup-lite', 'apparmor',],
365365
default => [],
366366
},

0 commit comments

Comments
 (0)