Hiu
2012-Sep-21 02:36 UTC
[Puppet Users] collect facter output of puppet client remotely from the puppetmaster
hi all, I would like to gather for the information that facter -p from the puppet client from a puppet master. How can i do it? thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Rx3S2eYagSkJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Bill Fraser
2012-Sep-21 12:07 UTC
Re: [Puppet Users] collect facter output of puppet client remotely from the puppetmaster
On 12-09-20 10:36 PM, Hiu wrote:> hi all, > > I would like to gather for the information that facter -p from the puppet > client from a puppet master. How can i do it? thanks! >Hi, Fact data of managed nodes is available in YAML format in the following directory on the Puppet master: /var/lib/puppet/yaml/node/ Hope that helps. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Michael Stahnke
2012-Sep-21 20:09 UTC
Re: [Puppet Users] collect facter output of puppet client remotely from the puppetmaster
There''s also http://rubygems.org/gems/web-facter. not sure if that would help. I haven''t played with web-facter, but thought it looked somewhat interesting. Mike On Fri, Sep 21, 2012 at 5:07 AM, Bill Fraser <fraser@pythian.com> wrote:> On 12-09-20 10:36 PM, Hiu wrote: >> hi all, >> >> I would like to gather for the information that facter -p from the puppet >> client from a puppet master. How can i do it? thanks! >> > > Hi, > > Fact data of managed nodes is available in YAML format in the following > directory on the Puppet master: > > /var/lib/puppet/yaml/node/ > > Hope that helps. > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > 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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.