Actions
Feature #46
closedadd query interface
Description
it should be possible to query forman for a list of hosts based on classes or facts
this should eventually could be supported by puppet querying foreman - e.g. in a template:
foreman.query {:class => "apache"}.each do |host| ...
or
foreman.query {:class => "apache", :fact => "i386"}.each do |host|
Actions