populate cacertfile for rabbitmq
This commit is contained in:
parent
f0d4723fbc
commit
a6b7a016d5
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue