Is it possible to somehow find the source files of the applied Puppet classes of a client?
I have access to a server that is managed by Puppet and would like to take a peek inside the source class files to learn from them. I already managed to get a list of all the applied classes with cat $(puppet config print classfile)
, but I cannot find any *.pp files on the system.