X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f55c80c586ce03dcff307bd37d5422cabf2161a3..e843effe2166586a6a904b38c77bdffcbd458bd4:/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] = {}