This message was deleted.
# puppet
s
This message was deleted.
n
Tomcat::Instance[$tconfig['instance']]
p
Thanks! Catalog compiles with that! In general is there any way to ‘see’ everything that’s been compiled into the catalog for a particular client ?
n
Clients will store a copy of their compiled catalog in the
client_datadir
. The catalog is just a JSON file, so it can be parsed with
jq
. https://www.puppet.com/docs/puppet/8/configuration.html#client-datadir
Copy code
sudo puppet config print client_datadir
🙌 1
p
Thank you @natemccurdy - very useful!