You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running puppet agent provided with Raspberry Pi OS, the message "Warning: Found multiple default providers for service: init, systemd; using init". This causes some services such as firewalld to be unmanageable.
Expected Behavior
Puppet uses the correct Service provider, systemd
Steps to Reproduce
Install Raspberry Pi OS Bookworm
Install puppet package
Run puppet agent -t
Environment
Version 7.23.0
Platform Raspberry Pi OS 12 (bookworm)
Additional Context
I don't know enough about Debian to know if this is the case in all Debian platforms.
The text was updated successfully, but these errors were encountered:
Describe the Bug
When running puppet agent provided with Raspberry Pi OS, the message "Warning: Found multiple default providers for service: init, systemd; using init". This causes some services such as
firewalld
to be unmanageable.Expected Behavior
Puppet uses the correct Service provider,
systemd
Steps to Reproduce
puppet
packagepuppet agent -t
Environment
Additional Context
I don't know enough about Debian to know if this is the case in all Debian platforms.
The text was updated successfully, but these errors were encountered: