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|
Updated by Ohad Levy about 15 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 0e12dbfc4cca1d7315a3ab0d68225cf5f667358b.
Updated by Ohad Levy about 15 years ago
it is quite limited at this point of time, but I'm closing this ticket as the basic infrastructure is here.
any new feature requests are welcomed.
Updated by Ohad Levy about 15 years ago
- Status changed from Ready For Testing to Closed
Actions