Manage any hash: tables for postfix with hash_maps recipe

This commit is contained in:
Stanislav Voroniy
2015-09-11 15:02:18 +02:00
parent c9613ac670
commit 52a675d1c8
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#
# This file is generated by Chef for <%= node['fqdn'] %>
#
# Local changes will be overwritten
#
<% @map.each do |key, value| -%>
<%= key %> <%= value %>
<% end unless @map.nil? -%>