Merge pull request #25 from opscode-cookbooks/ssd/COOK-2501

[COOK-2501] Fix conditional in template
This commit is contained in:
Joshua Timberman 2013-05-17 13:58:05 -07:00
commit 0066d0ece8

View File

@ -20,7 +20,7 @@ smtp_tls_CAfile = <%= node['postfix']['smtp_tls_cafile'] %>
smtp_use_tls = <%= node['postfix']['smtp_use_tls'] %>
<% end -%>
myhostname = <%= node['postfix']['myhostname'] %>
<% if node['postfix']['domain'] %>
<% if node['postfix']['mydomain'] %>
mydomain = <%= node['postfix']['mydomain'] %>
<% end -%>
myorigin = <%= node['postfix']['myorigin'] %>