From 48dad83c4fa1eeafe3592a166be6b9d170199f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 15 Apr 2018 22:25:44 +0200 Subject: [PATCH] evomaintenance: remove double-quotes where not necessary --- evomaintenance/templates/evomaintenance.j2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/evomaintenance/templates/evomaintenance.j2 b/evomaintenance/templates/evomaintenance.j2 index 4ad0d53a..acb6fd46 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 }}"