Sha256: e9bfff257dfc0cf3a7f8aa65e75be5640cee20cbfddea6aee645c69591c94c30
Contents?: true
Size: 339 Bytes
Versions: 17
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true 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
17 entries across 17 versions & 1 rubygems