Merge pull request #25 from opscode-cookbooks/ssd/COOK-2501
[COOK-2501] Fix conditional in template
This commit is contained in:
commit
0066d0ece8
@ -20,7 +20,7 @@ smtp_tls_CAfile = <%= node['postfix']['smtp_tls_cafile'] %>
|
|||||||
smtp_use_tls = <%= node['postfix']['smtp_use_tls'] %>
|
smtp_use_tls = <%= node['postfix']['smtp_use_tls'] %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
myhostname = <%= node['postfix']['myhostname'] %>
|
myhostname = <%= node['postfix']['myhostname'] %>
|
||||||
<% if node['postfix']['domain'] %>
|
<% if node['postfix']['mydomain'] %>
|
||||||
mydomain = <%= node['postfix']['mydomain'] %>
|
mydomain = <%= node['postfix']['mydomain'] %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
myorigin = <%= node['postfix']['myorigin'] %>
|
myorigin = <%= node['postfix']['myorigin'] %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user