Ensure that SSL key/cert contents distribute correctly
Currently the contents of the key file are 'rabbitmq_ssl_key_fact' instead of the actual key and the same goes for the cert. This patch ensures that the contents of the file are the actual contents of the fact, not just the fact name. Change-Id: I3ce18697fa1d6e25678ec624f4e554ed1ff904d6
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@
group:"rabbitmq"
mode:"{{ item.file_mode }}"
with_items:
- {name:"rabbitmq_ssl_key_fact", file_mode:"0640"}
- {name:"{{ rabbitmq_ssl_key_fact }}", file_mode:"0640"}
tags:
- rabbitmq-ssl
@@ -33,7 +33,7 @@
group:"rabbitmq"
mode:"{{ item.file_mode }}"
with_items:
- {name:"rabbitmq_ssl_cert_fact", file_mode:"0640"}
- {name:"{{ rabbitmq_ssl_cert_fact }}", file_mode:"0640"}
tags:
- rabbitmq-ssl
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.