Skip to content

fact systemd_internal_services is empty #47

Closed
@axxelG

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions