Tim Smith 4e8fa5b0c1
Remove node name from config
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-07-14 18:29:51 -05:00

11 lines
296 B
Plaintext

#
# Auto-generated by Chef.
# Local modifications will be overwritten.
#
# See man 5 aliases for format
postmaster: root
<% node['postfix']['aliases'].each do |name, value| %>
<%= name %>: <%= [value].flatten.map{|x| %Q("#{x}")}.join(', ') %>
<% end unless node['postfix']['aliases'].nil? %>