]> git.openstreetmap.org Git - chef.git/blob - cookbooks/php/attributes/default.rb
f83c1356dab310ee1284e0f2428f9948344168cd
[chef.git] / cookbooks / php / attributes / default.rb
1 default[:php][:version] = if node[:lsb][:release].to_f < 22.04
2                             "7.4"
3                           else
4                             "8.1"
5                           end
6 default[:php][:fpm][:options] = {}