Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

see/export all commands that puppet runs in the background during a catalog apply

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

Viewing all articles
Browse latest Browse all 6104

Trending Articles