| commit | 68513eab5e0bbe1d8fe3f7843ecabb68089eaf10 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 13:17:54 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 13:17:54 2017 -0400 |
| tree | 063df77d1c460c40b5c0599411d4abe59cdbb7da | |
| parent | 98a62b7b54c7db8a038be8a33755be51a885b9ba [diff] |
updated logic
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 24674ba..312c207 100644 --- a/templates/silent-install.conf.j2 +++ b/templates/silent-install.conf.j2
@@ -51,7 +51,7 @@ SMTPMAILFROM="{{ opdk_smtp_mail_from }} <{{ opdk_user_email }}>" SKIP_SMTP={{ opdk_skip_smtp }} -{% if opdk_skip_smtp | bool %} +{% if opdk_skip_smtp | trim == 'n' %} SMTPHOST={{ opdk_smtp_host }} SMTPPORT={{ opdk_smtp_port }} SMTPUSER={{ opdk_smtp_user }}