puppetmodule
puppetmodule copied to clipboard
Support for a puppetmaster that is not a certificate authority
http://docs.puppetlabs.com/guides/passenger.html http://docs.puppetlabs.com/guides/scaling_multiple_masters.html
If this puppet master is not the certificate authority, you will need to use different paths to the CA certificate and CRL.
There should also be a "ca = false" and "ca_server = SOMEHOST" in puppet.conf along with other ca* values.
Try this fork: https://github.com/pall-valmundsson/puppetlabs-puppet/tree/aba6f47cf0a5e0b2c00cedeec24982230ce2df08
I'd be more than happy to merge @pall-valmundsson changes into mater. I did take a quick look but the rspec system tests are not passing. If pall-valmundsson doesn't want to get these working, I'll take a look.
This is not ready and not functioning currently, part of the issue might require changes inside passenger. I haven't had time to work on this lately, maybe in the coming weeks. In any case I strongly recommend that no one uses my temp branch :)
I need this functionality too. Did it get fixed yet?
Nope it's not been implemented yet