On 02/10/2017 03:26 AM, Romgo wrote:
> 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 ?

Greetings Romgo,

You're correct that modifying the code of the module isn't the proper
way to get the certificates to the systems. This is something that
should be part of your profile definition, which is part of _your_
business logic, that is in turn what is then calling the rabbitmq module.

-Andy-

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/8ee72be2-2c2a-89d8-a5b7-81d147750002%40bardicgrove.org.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to