Clean up indents so resulting file looks right

This commit is contained in:
Steve Lewis 2016-01-28 15:06:54 -08:00
parent c44d336cc7
commit b0353ddf2e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
ErrorLog /var/log/gnocchi/gnocchi-apache-error.log
CustomLog /var/log/gnocchi/gnocchi-access.log combined
{% if gnocchi_ssl | bool and gnocchi_service_internaluri_proto == "https" -%}
{% if gnocchi_ssl | bool and gnocchi_service_internaluri_proto == "https" -%}
SSLEngine on
SSLCertificateFile {{ gnocchi_ssl_cert }}
SSLCertificateKeyFile {{ gnocchi_ssl_key }}
@ -26,5 +26,5 @@
SSLHonorCipherOrder On
SSLCipherSuite {{ gnocchi_ssl_cipher_suite }}
SSLOptions +StdEnvVars +ExportCertData
{% endif %}
{% endif %}
</VirtualHost>