Hello all,
Is there a way to see/export what commands puppet will run in the background during a catalog enforcement?
Let's say we have a puppet module that creates an user, installs a package and starts a service, is there a way to export a full list of all commands that puppet will run to check and apply all the resources? i.e.:
1. adduser myuser
2. yum install -y mypackage
3. service myservice start
I can see some of those commands by running debug mode: puppet agent -t -d, however no all of them are listed.
Thanks in advance.
↧