Sha256: a4decf3145891ff817cfa388e0f8a0c9567cc154d3cb4783587bf90014f70dd6
Contents?: true
Size: 296 Bytes
Versions: 5
Compression:
Stored size: 296 Bytes
Contents
module ForemanSalt # Define the class that fact names that come from Salt 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_salt/Salt' end end end
Version data entries
5 entries across 5 versions & 1 rubygems