Sha256: 553296ad0bcc8dcd7e20a89257890004a3a0bd1927e78b43e15b0880e98af389
Contents?: true
Size: 292 Bytes
Versions: 7
Compression:
Stored size: 292 Bytes
Contents
module ForemanAnsible # Define the class that fact names that come from Ansible should have # It allows us to filter facts by origin, and also to display the origin # in the fact values table (/fact_values) class FactName < ::FactName def origin 'Ansible' end end end
Version data entries
7 entries across 7 versions & 1 rubygems