Sha256: 7700f5d98607588ad30236aa922357a870cc6fc7e683b4a631fc541b6be13c1d
Contents?: true
Size: 308 Bytes
Versions: 29
Compression:
Stored size: 308 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 'foreman_ansible/Ansible' end end end
Version data entries
29 entries across 29 versions & 1 rubygems