Move templates out of the default directory
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
9
templates/transport.erb
Normal file
9
templates/transport.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Auto-generated by Chef.
|
||||
# Local modifications will be overwritten.
|
||||
#
|
||||
# See man 5 transport for format
|
||||
|
||||
<% node['postfix']['transports'].each do |name, value| %>
|
||||
<%= name %> <%= value %>
|
||||
<% end unless node['postfix']['transports'].nil? %>
|
||||
Reference in New Issue
Block a user