postfix-cookbook/templates/smtp_generic.erb
Tim Smith 5a717c4ebe Move templates out of the default directory
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-07-28 09:28:30 -07:00

10 lines
268 B
Plaintext

#
# Auto-generated by Chef.
# Local modifications will be overwritten.
#
# See man 5 generic for format
<% node['postfix']['smtp_generic_map_entries'].each do |name, value| %>
<%= name %> <%= value %>
<% end unless node['postfix']['smtp_generic_map_entries'].nil? %>