#64 - add smtp_generic maps configuration option

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
skubriev
2014-06-11 13:50:20 -04:00
committed by Sean OMeara
parent 3dd026f899
commit e2d49e10e9
4 changed files with 43 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 generic for format
<% node['postfix']['smtp_generic_map_entries'].each do |name, value| %>
<%= name %> <%= value %>
<% end unless node['postfix']['smtp_generic_map_entries'].nil? %>