Re: [Puppet Users] puppet catalog find --terminus json on puppet master

2019-09-18 Thread David Schmitt
On Tue, 17 Sep 2019 at 14:13, Matt Zagrabelny wrote: > Hey David, > > Thanks for the reply! > > On Tue, Sep 17, 2019 at 5:58 AM David Schmitt > wrote: > >> The most recent releases of puppetserver have an API endpoint >> specifically designed for this usecase: >> https://puppet.com/docs/puppetse

Re: [Puppet Users] puppet catalog find --terminus json on puppet master

2019-09-17 Thread Matt Zagrabelny
Hey David, Thanks for the reply! On Tue, Sep 17, 2019 at 5:58 AM David Schmitt wrote: > The most recent releases of puppetserver have an API endpoint specifically > designed for this usecase: > https://puppet.com/docs/puppetserver/latest/puppet-api/v4/catalog.html > Okay. I'm only on puppet 5.

Re: [Puppet Users] puppet catalog find --terminus json on puppet master

2019-09-17 Thread David Schmitt
The most recent releases of puppetserver have an API endpoint specifically designed for this usecase: https://puppet.com/docs/puppetserver/latest/puppet-api/v4/catalog.html You'll also need to enable access to that endpoint in auth.conf for the server you want to access that API from. You can exp

[Puppet Users] puppet catalog find --terminus json on puppet master

2019-09-13 Thread Matt Zagrabelny
Greetings, I'm using puppet 5.5.10 (Debian Buster). >From the puppet master system, I'm trying to get all the resources in a catalog for a given node. On a node "foo.example.com" I can with: foo# puppet catalog find --terminus json | wc -l 6271 but on the master I've tried: puppet# puppet cat