Hell all puppeteers !
I recently had to do some tricky troubleshooting regarding some puppet resources which were failing.
While I ultimately found the culprit and fixed the issue, it got me thinking about one important thing :
**What if I had the ability to see the full commands -- incl. args -- puppet is really running behind the scenes ?**
e.g :
- for a puppet cron resource, see the full [ /usr/bin/crontab "..." ] command
( the --debug, --trace and --test flags do not provide such feature unfortunately, hence the question )
↧