Move templates out of the default directory

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2017-07-28 09:28:30 -07:00
parent 8a1f4cfea4
commit 5a717c4ebe
15 changed files with 0 additions and 0 deletions

9
templates/transport.erb Normal file
View 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? %>