openshift-apps/coreos-ostree-importer: fix filepaths for messaging cert/key
The extra `-` seems to not be working.
This commit is contained in:
parent
b484b4038d
commit
79a6b6d202
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@
|
||||||
app: coreos-ostree-importer
|
app: coreos-ostree-importer
|
||||||
secret_name: fedora-messaging-crt
|
secret_name: fedora-messaging-crt
|
||||||
key: "{{ fedora_messaging_cert_file }}"
|
key: "{{ fedora_messaging_cert_file }}"
|
||||||
privatefile: "rabbitmq/{{env}}/pki/issued/coreos-ostree-importer-{{env_suffix}}.crt"
|
privatefile: "rabbitmq/{{env}}/pki/issued/coreos-ostree-importer{{env_suffix}}.crt"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: coreos-ostree-importer
|
app: coreos-ostree-importer
|
||||||
secret_name: fedora-messaging-key
|
secret_name: fedora-messaging-key
|
||||||
key: "{{ fedora_messaging_key_file }}"
|
key: "{{ fedora_messaging_key_file }}"
|
||||||
privatefile: "rabbitmq/{{env}}/pki/private/coreos-ostree-importer-{{env_suffix}}.key"
|
privatefile: "rabbitmq/{{env}}/pki/private/coreos-ostree-importer{{env_suffix}}.key"
|
||||||
|
|
||||||
# Fedora Messaging config
|
# Fedora Messaging config
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue