Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
This commit is contained in:
14
cookbooks/postfix/templates/default/main.cf.erb
Normal file
14
cookbooks/postfix/templates/default/main.cf.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
###
|
||||
# Auto-generated by Chef.
|
||||
# Local modifications will be overwritten.
|
||||
# Configured as <%= node['postfix']['mail_type'] %>
|
||||
###
|
||||
|
||||
<% @settings.sort.map do |key, value| -%>
|
||||
<% next if value.nil? -%>
|
||||
<% if value.kind_of? Array -%>
|
||||
<%= "#{key} = #{value.join(', ')}"%>
|
||||
<% else -%>
|
||||
<%= "#{key} = #{value}"%>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user