-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Labels
Description
Describe the Bug
Using this module in Debian trixie fails with:
Error: /Stage[main]/Docker::Repos/Package[cgroupfs-mount]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install cgroupfs-mount' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package cgroupfs-mount is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'cgroupfs-mount' has no installation candidate
Expected Behavior
i expected no error in the output of the Puppet run.
Steps to Reproduce
Steps to reproduce the behavior:
- Setup a Debian trixie installation
Environment
- Version 10.3.0
- Platform Debiant 13.0 (trixie)
Thorsieger