#64 - add smtp_generic maps configuration option
Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
10
templates/default/smtp_generic.erb
Normal file
10
templates/default/smtp_generic.erb
Normal 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? %>
|
||||
Reference in New Issue
Block a user