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
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.
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
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