collect facter output of puppet client remotely from the puppetmaster
294 views
Skip to first unread message
Hiu
unread,
Sep 20, 2012, 10:36:50 PM9/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
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!
Bill Fraser
unread,
Sep 21, 2012, 8:07:56 AM9/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
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.
Michael Stahnke
unread,
Sep 21, 2012, 4:09:39 PM9/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
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.