You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
297 B
Django/Jinja
8 lines
297 B
Django/Jinja
{% if postgres_exporter_datasource_name is defined %}
|
|
DATA_SOURCE_NAME="{{ postgres_exporter_datasource_name }}"
|
|
{% endif %}
|
|
{% if postgres_exporter_datasource_uri is defined %}
|
|
DATA_SOURCE_URI="{{ postgres_exporter_datasource_uri }}"
|
|
{% endif %}
|
|
FLAGS="{{ postgres_exporter_flags | join(' ') }}"
|