voxpupuli/puppet-mcollective

Cannot configure client for plugin ssl cert/key

ekingme opened this issue · 0 comments

Perhaps we are overlooking something, but it appears the following two options are not configurable in client.cfg for use with rabbitmq that requires SSL:

  • plugin.rabbitmq.pool.1.ssl.cert
  • plugin.rabbitmq.pool.1.ssl.key

We made some quick modifications and were able to get this working by moving all 3 options (cert, key, and ciphers) in manifests/server/config/connector/rabbitmq/hosts_iteration.pp to manifests/common/config/connector/rabbitmq/hosts_iteration.pp.

If there is another way of managing these options, could you please let us know? Otherwise, I will submit a request to move these lines of code, however I'm not sure if there are other pieces that will conflict with this (perhaps the user ssl certs?).