class ForemanSalt::FactName

in the fact values table (/fact_values)
It allows us to filter facts by origin, and also to display the origin
Define the class that fact names that come from Salt should have

def icon_path

def icon_path
  'foreman_salt/Salt'
end

def origin

def origin
  'Salt'
end