| commit | 9977910f8ca0e167f5f6c161831f0ebea35e2c61 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 10 13:10:02 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 10 13:10:02 2018 -0400 |
| tree | b9431307e771460d999b3b444f8dd4970fdf598d | |
| parent | 8e43c4a560930e4b589577c1a119ae1cff95ac09 [diff] |
fixed logic for use of smtp
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 938e874..9bde08c 100644 --- a/templates/silent-install.conf.j2 +++ b/templates/silent-install.conf.j2
@@ -44,7 +44,7 @@ SMTPMAILFROM="{{ opdk_smtp_mail_from }} <{{ opdk_user_email }}>" SKIP_SMTP={{ opdk_smtp_skip }} -{% if opdk_smtp_skip | trim == 'y' %} +{% if opdk_smtp_skip | trim == 'n' %} SMTPHOST={{ opdk_smtp_host }} SMTPPORT={{ opdk_smtp_port }} SMTPUSER={{ opdk_smtp_user }}