What is the best way to get a full trace of what puppet is doing, with variable dumps and state, to troubleshoot problems like where a user's password keeps getting reset every time puppet runs even though the password hashes match?
I want to hack out a way to get HPUX working like we have our Linux environments but need to be able to track down right where a problem is coming in so I can adjust / override / submit changes to the code base.
On 10/16/2012 08:49 PM, Jeff McCune wrote:What should a custom type/provider author put in provider code for --debug to print the command out, or is it automatic
With the --debug flag, providers will print out the exact command
they're executing to modify the system.