adding the usage of virtual_domains along with other file types other than hash

This commit is contained in:
Chase Bolt
2014-08-13 18:10:00 -07:00
parent eb3fb66eed
commit 7fd9784867
3 changed files with 41 additions and 1 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_domains'].each do |key, value| %>
<%= key %> <%= value %>
<% end unless node['postfix']['virtual_aliases_domains'].nil? %>