
Hi,
using Puppet4 together with a PostgreSQL-backed PuppetDB to store reports. We have some exec resources that don't show up in the reports stored in PuppetDB (but in the "puppet agent" output as well as last_run_report.yaml).
These particular exec resources emit lots of console output. Could this be the reason for them being omitted from the reports stored in PuppetDB?
do you have a shareable manifest that will reproduce the issue?
Am 19.11.2015 um 23:59 schrieb Wyatt Alt:
do you have a shareable manifest that will reproduce the issue?
Unfortunately not. It installs our inhouse SW... What about a simple manifest which exec's a script that just prints 1 or 2 thousand lines to stdout.