[COOK-4410] - Fix sender_canonical configuration by adding template and postmap execution

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Ian Neubert
2014-03-27 23:24:57 -04:00
committed by Sean OMeara
parent 39f1d1d474
commit 1c3f6981ee
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#
# This file is generated by Chef for <%= node['fqdn'] %>
#
# Local changes will be overwritten
#
# See man 5 canonical for format
<% node['postfix']['sender_canonical_map_entries'].each do |name, value| %>
<%= name %> <%= value %>
<% end unless node['postfix']['sender_canonical_map_entries'].nil? %>