From ca738edcfa648f6d2c964afe77af1738d7ec3939 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 5 Jan 2018 10:43:04 +0100 Subject: [PATCH] evomaintenance: explicit quotes --- evomaintenance/templates/evomaintenance.j2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/evomaintenance/templates/evomaintenance.j2 b/evomaintenance/templates/evomaintenance.j2 index c7f6c69b..4ad0d53a 100644 --- a/evomaintenance/templates/evomaintenance.j2 +++ b/evomaintenance/templates/evomaintenance.j2 @@ -1,13 +1,13 @@ -HOSTNAME={{ evomaintenance_hostname }} -EVOMAINTMAIL={{ evomaintenance_alert_email or general_alert_email | mandatory }} +HOSTNAME="{{ evomaintenance_hostname }}" +EVOMAINTMAIL="{{ evomaintenance_alert_email or general_alert_email | mandatory }}" -export PGPASSWORD={{ evomaintenance_pg_passwd }} +export PGPASSWORD="{{ evomaintenance_pg_passwd }}" -PGDB={{ evomaintenance_pg_db }} -PGTABLE={{ evomaintenance_pg_table }} -PGHOST={{ evomaintenance_pg_host }} -FROM={{ evomaintenance_from }} +PGDB="{{ evomaintenance_pg_db }}" +PGTABLE="{{ evomaintenance_pg_table }}" +PGHOST="{{ evomaintenance_pg_host }}" +FROM="{{ evomaintenance_from }}" FULLFROM="{{ evomaintenance_full_from }}" -URGENCYFROM={{ evomaintenance_urgency_from }} +URGENCYFROM="{{ evomaintenance_urgency_from }}" URGENCYTEL="{{ evomaintenance_urgency_tel }}" -REALM={{ evomaintenance_realm }} +REALM="{{ evomaintenance_realm }}"