X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/953c94b6908812def145c0732c3d52cef0e9651c..50a65ffb2e499e3f097bec904ffcaa91e6467c87:/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"