Braden Wright d6bec0d045 [COOK-3418] - Virtual Domain Support
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 13:10:01 -04:00

7 lines
195 B
Plaintext

# This file was created by Chef for <%= node['fqdn'] %>
# Do NOT modify this file by hand!
<% node['postfix']['virtual']['virtual_aliases'].each do |from, to| %>
<%= from %> <%= to %>
<% end %>