X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5715ded771415bc4cc53702755b593fb23112a4f..cf3730fdb4d1f5d5e5738cf7e5b27ccade78e488:/cookbooks/nodejs/recipes/default.rb diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index 87af7d656..ac82c3c98 100644 --- a/cookbooks/nodejs/recipes/default.rb +++ b/cookbooks/nodejs/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: nodejs +# Cookbook:: nodejs # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,3 @@ package %w[ g++ make ] - -if node[:lsb][:release].to_f < 18.04 - package "nodejs-legacy" -end