X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f55c80c586ce03dcff307bd37d5422cabf2161a3..3720032b9487e8cdd89eed9461ddeeac2c3cd764:/cookbooks/php/attributes/default.rb diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index 0ca636813..ccce26093 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -3,3 +3,5 @@ default[:php][:version] = if node[:lsb][:release].to_f < 20.04 else "7.4" end + +default[:php][:fpm][:options] = {}