#67 -[COOK-4662] Added support for access control

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Sander van Harmelen
2014-06-11 14:03:14 -04:00
committed by Sean OMeara
parent bfe9cd760e
commit e4c9b11039
4 changed files with 52 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 access for format
<% node['postfix']['access'].each do |name, value| %>
<%= name %> <%= value %>
<% end unless node['postfix']['access'].nil? %>