We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433bfb commit c65f238Copy full SHA for c65f238
hanlon_microkernel/facter/hnl_mk_ipmi.rb
@@ -67,6 +67,8 @@
67
end
68
69
attributes.each_pair do |fact,value|
70
+ # facts are not allowed to have periods in them
71
+ fact.tr!('.', '_')
72
Facter.add(fact) do
73
setcode { value }
74
0 commit comments