X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/beba7c025301ae190346f9fb986caf840265c643..794cc957324de66edab45373053be3e601090f1f:/cookbooks/php/attributes/default.rb diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index c96f61188..5dd05a52b 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -1,6 +1,6 @@ default[:php][:version] = if platform?("debian") "8.2" - elsif qnode[:lsb][:release].to_f < 22.04 + elsif node[:lsb][:release].to_f < 22.04 "7.4" else "8.1"