populate cacertfile for rabbitmq

This commit is contained in:
Miroslav Suchý 2015-01-30 13:23:26 +00:00
parent f0d4723fbc
commit a6b7a016d5

View file

@ -143,6 +143,11 @@
regexp="RABBITMQ_NODE_PORT"
line=" 'RABBITMQ_NODE_PORTTTTT' => $port,"
backup=yes
- lineinfile:
dest=/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq.config.erb
regexp="cacertfile"
line=" ' {ssl_options, [{cacertfile,"<%= @ssl_cert %>"},"
backup=yes
- lineinfile:
dest=/usr/lib/python2.7/site-packages/packstack/puppet/templates/mongodb.pp
regexp="pidfilepath"