ABRIDGED VERSION (To see the unabridged version, see this posting.)
Problem scenario
A Puppet manifest is not working, but there are no obvious error messages. When running the puppet agent command, you use the -d flag for debugging. In your manifest, you use logoutput => true stanza. But still, you cannot figure out why your manifest is not working.
You tried this command: puppet parser validate nameOfManifest.pp
The above command had no output.
…