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

fact systemd_internal_services is empty #47

Closed
axxelG opened this issue Nov 14, 2017 · 1 comment
Closed

fact systemd_internal_services is empty #47

axxelG opened this issue Nov 14, 2017 · 1 comment

Comments

@axxelG
Copy link
Contributor

axxelG commented Nov 14, 2017

puppet facts throws a warning:

Facter: Fact resolution fact='systemd_internal_services', resolution='' resolved to an invalid value: Expected disabled to be one of [Integer, Float, TrueClass, FalseClass, NilClass, String, Array, Hash], but was Symbol

And there was no fact "systemd_internal_services"

Removing .to_sym from result[service] = status.to_sym in /lib/facter/systemd.rb (line 55) fixed it for me.

@axxelG axxelG changed the title systemd_internal_services is empty fact systemd_internal_services is empty Nov 14, 2017
bastelfreak added a commit that referenced this issue Nov 22, 2017
@bastelfreak
Copy link
Member

The patch is now merged. I will try to create a new release shortly.

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

2 participants