]> git.openstreetmap.org Git - chef.git/blob - cookbooks/php/templates/default/php-fpm.ini.erb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / php / templates / default / php-fpm.ini.erb
1 ; DO NOT EDIT - This file is being maintained by Chef
2
3 <% node[:php][:fpm][:options].sort.each do |key,value| -%>
4 <%= key %>=<%= value %>
5 <% end -%>