#66 - [COOK-3652] Added support for transport mappings

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Sander van Harmelen
2014-06-11 13:58:33 -04:00
committed by Sean OMeara
parent e2d49e10e9
commit bfe9cd760e
4 changed files with 50 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 transport for format
<% node['postfix']['transports'].each do |name, value| %>
<%= name %> <%= value %>
<% end unless node['postfix']['transports'].nil? %>