summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorTobias Brunner <tobias@tobru.ch>2016-10-14 22:47:22 +0200
committerTobias Brunner <tobias@tobru.ch>2016-10-14 22:47:22 +0200
commita6310c37b86447270449f9f54f53e3d9e9ac5ebb (patch)
tree141dc75276eabd004eb0bc4c7fa2fce7ddc80838 /roles
parent412b215c048616b5152d05c8f191f3bf5d99a870 (diff)
downloadopenshift-a6310c37b86447270449f9f54f53e3d9e9ac5ebb.tar.gz
openshift-a6310c37b86447270449f9f54f53e3d9e9ac5ebb.tar.bz2
openshift-a6310c37b86447270449f9f54f53e3d9e9ac5ebb.tar.xz
openshift-a6310c37b86447270449f9f54f53e3d9e9ac5ebb.zip
formatting updates in template
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_hosted/templates/registry_config.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2
index b60175ccd..75d8f7fa6 100644
--- a/roles/openshift_hosted/templates/registry_config.j2
+++ b/roles/openshift_hosted/templates/registry_config.j2
@@ -15,7 +15,7 @@ storage:
region: {{ openshift.hosted.registry.storage.s3.region }}
{% if 'regionendpoint' in openshift.hosted.registry.storage.s3 %}
regionendpoint: {{ openshift.hosted.registry.storage.s3.regionendpoint }}
-{% endif -%}
+{% endif %}
bucket: {{ openshift.hosted.registry.storage.s3.bucket }}
encrypt: false
secure: true