]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/attributes/default.rb
Allow PHP configuration options for FPM to be configured
[chef.git] / cookbooks / php / attributes / default.rb
index 0ca636813b10d67d962662ce0b06f1b688882683..ccce260930be9ef6775deeb573fc2c92ccfa36f4 100644 (file)
@@ -3,3 +3,5 @@ default[:php][:version] = if node[:lsb][:release].to_f < 20.04
                           else
                             "7.4"
                           end
+
+default[:php][:fpm][:options] = {}