class ForemanSalt::FactParser
def primary_interface
def primary_interface interface = interfaces.find { |_, value| value[:ipaddress] == ip } interface[0] if interface end
def primary_interface interface = interfaces.find { |_, value| value[:ipaddress] == ip } interface[0] if interface end