On Wed, Feb 1, 2012 at 7:01 AM, sateesh <[email protected]> wrote: > Hi, > > Can we get the list of IPs from server where the specified module is > installed. There is a search functionality in the Chef to do this. Is > there any way in puppet?
If you are using Foreman[1], you could utilize its search functionality to get that kind of a data using a rest api[2]. You could even utilize that information from within puppet using a sample puppet function [3] cheers, Ohad [1] - http://theforeman.org [2] - http://theforeman.org/projects/foreman/wiki/Search_API [3] - http://blog.theforeman.org/2012/01/getting-foreman-search-results-into.html > > Thanks in advance, > Sateesh B. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
