]> git.openstreetmap.org Git - chef.git/blob - cookbooks/php/attributes/default.rb
Only force the prefork mpm when mod_php is used
[chef.git] / cookbooks / php / attributes / default.rb
1 default[:php][:version] = if node[:lsb][:release].to_f < 20.04
2                             "7.2"
3                           else
4                             "7.4"
5                           end