X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f55c80c586ce03dcff307bd37d5422cabf2161a3..21b39d16f16c4497e1d40cf3f16774dac1eb08d5:/cookbooks/php/attributes/default.rb?ds=sidebyside 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] = {}