#55 - Add support for virtual aliases

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Harm de Wit
2014-06-11 13:39:39 -04:00
committed by Sean OMeara
parent bad71eebbe
commit 80d37848cb
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#
# This file is generated by Chef for <%= node['fqdn'] %>
#
# Local changes will be overwritten
#
# See man 5 virtual for format
<% node['postfix']['virtual_aliases'].each do |key, value| %>
<%= key %> <%= value %>
<% end %>