X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..218b774fc17db5e043c567fc5a0bc469a48bbcd8:/cookbooks/nodejs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index 5f8ca526b..9483d5893 100644 --- a/cookbooks/nodejs/recipes/default.rb +++ b/cookbooks/nodejs/recipes/default.rb @@ -17,16 +17,12 @@ # limitations under the License. # +include_recipe "apt::nodesource" +include_recipe "apt::yarn" + package %w[ nodejs - npm + yarn g++ make ] - -template "/usr/local/bin/yarn" do - source "yarn.erb" - owner "root" - group "root" - mode "755" -end