]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/templates/default/php-fpm.ini.erb
Allow PHP configuration options for FPM to be configured
[chef.git] / cookbooks / php / templates / default / php-fpm.ini.erb
diff --git a/cookbooks/php/templates/default/php-fpm.ini.erb b/cookbooks/php/templates/default/php-fpm.ini.erb
new file mode 100644 (file)
index 0000000..da34ca3
--- /dev/null
@@ -0,0 +1,5 @@
+; DO NOT EDIT - This file is being maintained by Chef
+
+<% node[:php][:fpm][:options].sort.each do |key,value| -%>
+<%= key %>=<%= value %>
+<% end -%>