I'm having issues with installing a Puppetmaster using Passenger, basically
this bit of the documentation:
"Make sure puppet master has been run at least once (or puppet agent, if
this master is not the CA), so that all required SSL certificates are in
place."
Here's the bit of Puppet that mak
I'm attempting to include a class on certain hosts whose resources
will be different depending on which host it is. I'm determining what
resources to include in the class on a per host basis by consuming
some JSON from another application. I seem to be running up against
an issue where I can't us