class ForemanSalt::SmartProxies::SaltKeys

def find_by_state(proxy, state)

def find_by_state(proxy, state)
  all(proxy).select { |c| c.state == state }
end