Manage any hash: tables for postfix with hash_maps recipe
This commit is contained in:
9
templates/default/hash_maps.erb
Normal file
9
templates/default/hash_maps.erb
Normal 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? -%>
|
||||
Reference in New Issue
Block a user