Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspbian facter/puppet service provider broken #1004

Open
fnoop opened this issue Sep 12, 2021 · 2 comments
Open

Raspbian facter/puppet service provider broken #1004

fnoop opened this issue Sep 12, 2021 · 2 comments

Comments

@fnoop
Copy link
Member

fnoop commented Sep 12, 2021

Warning: Found multiple default providers for service: init, systemd; using init

Puppet service provider set here:
https://github.com/puppetlabs/puppet/blob/7.9.0_release/lib/puppet/provider/service/systemd.rb

This looks for Debian in $operatingsystem not Raspbian. In facter > 2.4.6 (ie >4.0.0) $operatingsystem changes from Debian to Raspbian and breaks the default system provider.

It can't be set by default, at least not in serverless agent setup Maverick is using.

For now, try to downgrade facter to 2.4.6.

@fnoop
Copy link
Member Author

fnoop commented Sep 12, 2021

@fnoop fnoop closed this as completed Sep 12, 2021
@fnoop
Copy link
Member Author

fnoop commented Sep 13, 2021

Worked around but not inherently fixed, reopening to raise and track a proper fix.

@fnoop fnoop reopened this Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant