You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppe...@googlegroups.com
The second file should contain a custom fact e.g. {code}Facter.add(:custom_fact_4) do setcode do 'custom_fact_4_value' end end {code} We should check the fallowing: # Facter.to_hash works # Facter.value(<some_core_fact>) returns correct value # Facter.value('custom_fact_1') returns 'custom_fact_1_value' # Facter.value('custom_fact_4') returns 'custom_fact_4_value' # Facter.value('custom_fact_2') does not return any value # Facter.value('custom_fact_3') does not return any value # Facter logs an error message when loading first file with custom facts