Closed
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
Labels
No labels