| commit | 8e43c4a560930e4b589577c1a119ae1cff95ac09 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 10 12:19:45 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 10 12:19:45 2018 -0400 |
| tree | 768778dc8a1ec10075f6a6aeb402c30c7f41a14c | |
| parent | 27bfbebca4807bad9285ccf1c703ce975575235e [diff] |
updated smtp setting
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 9bde08c..938e874 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 == 'n' %} +{% if opdk_smtp_skip | trim == 'y' %} SMTPHOST={{ opdk_smtp_host }} SMTPPORT={{ opdk_smtp_port }} SMTPUSER={{ opdk_smtp_user }}