[COOK-3418] - Virtual Domain Support
Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
committed by
Sean OMeara
parent
c9f6b8e57c
commit
d6bec0d045
6
templates/default/virtual.erb
Normal file
6
templates/default/virtual.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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 %>
|
||||
Reference in New Issue
Block a user