X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/075747b74dc46148774f470bb00afa2e853c9508..92a5a08c2cde673c22177a451a84848d3b79c3a9:/cookbooks/php/attributes/default.rb diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index 0ca636813..f7a620810 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -1,5 +1,2 @@ -default[:php][:version] = if node[:lsb][:release].to_f < 20.04 - "7.2" - else - "7.4" - end +default[:php][:version] = "7.4" +default[:php][:fpm][:options] = {}