Describe the Bug
I have upgraded my (32-bit) Raspberry Pi running Raspbian to trixie (i.e. Raspbian 13).
I receive the warning Warning: Found multiple default providers for service: init, systemd; using init and resources that rely on services fail.
Expected Behavior
Puppet uses systemd
Steps to Reproduce
Steps to reproduce the behavior:
- Install the 32-bit Raspberry Pi OS
apt install puppet
- Run
puppet agent -t
Environment
- Version 8.10.0
- Platform Raspbian 13 (trixie)
Additional Context
Same issue as #9169 except now for Raspbian 13.
It should be noted that 64-bit Raspberry Pi OS is not affected as that uses upstream Debian 13 directly instead of "rebadging" to Raspbian.
Describe the Bug
I have upgraded my (32-bit) Raspberry Pi running Raspbian to trixie (i.e. Raspbian 13).
I receive the warning
Warning: Found multiple default providers for service: init, systemd; using initand resources that rely on services fail.Expected Behavior
Puppet uses
systemdSteps to Reproduce
Steps to reproduce the behavior:
apt install puppetpuppet agent -tEnvironment
Additional Context
Same issue as #9169 except now for Raspbian 13.
It should be noted that 64-bit Raspberry Pi OS is not affected as that uses upstream Debian 13 directly instead of "rebadging" to Raspbian.