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
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.
The text was updated successfully, but these errors were encountered:
axxelG
changed the title
systemd_internal_services is empty
fact systemd_internal_services is empty
Nov 14, 2017
puppet facts
throws a warning:And there was no fact "systemd_internal_services"
Removing
.to_sym
fromresult[service] = status.to_sym
in /lib/facter/systemd.rb (line 55) fixed it for me.The text was updated successfully, but these errors were encountered: