# File lib/hammer_cli_foreman_discovery/discovery_references.rb, line 4
    def self.hosts(dsl)
      dsl.build do
        collection :hosts, _("Hosts"), :numbered => false do
          custom_field Fields::Reference
        end
      end
    end