Hello, I am using the rabbitmq puppet module from https://forge.puppet.com/puppetlabs/rabbitmq/readme
I want to enable the ssl configuration for the management port. So the declaration is like this : ssl_key => '/etc/rabbitmq/ssl/key.pem', ssl_cert => '/etc/rabbitmq/ssl/cert.pem', ssl_ca => '/etc/rabbitmq/ssl/ca.pem', But I want this module to deploy those file ca.pem cert.pem and key.pem The code doesn't seems to be able to do this. I though that modifying the code of puppet modules wasn't a good idea (for upgrade). How do you deal with that kind of issues ? Regards -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/2b0db0c0-6e47-4a71-b64e-dbd86ae8663d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
