From 84523ed0b7ce01aace295e5a45aaddd8b7a49f41 Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Wed, 22 Dec 2021 12:55:23 -0700 Subject: [PATCH] Fix white space in config files The tvault-object-store.conf file has jinja templating which removes too much white space and leads to invalid ini style config files. Closes-Bug: 1949608 Change-Id: Iefd65d2af579b51db27d89303e147c19712b24e8 --- src/templates/tvault-object-store.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/tvault-object-store.conf b/src/templates/tvault-object-store.conf index b15b7f1..adb83fe 100644 --- a/src/templates/tvault-object-store.conf +++ b/src/templates/tvault-object-store.conf @@ -16,7 +16,7 @@ vault_s3_bucket = {{ options.tv_s3_bucket }} vault_s3_endpoint_url = {{ options.tv_s3_endpoint_url }} {% if options.trilio_s3_cert_config.cert_file -%} vault_s3_ssl_cert = {{ options.trilio_s3_cert_config.cert_file }} -{%- endif -%} +{% endif %} [s3fuse_sys_admin] helper_command = sudo /usr/bin/workloadmgr-rootwrap /etc/workloadmgr/rootwrap.conf privsep-helper