X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e6bee2ec0a8dfe2f3ed031024fab0239075be018..be108be567083a45054c1a19804435b6aad98c36:/cookbooks/nodejs/recipes/default.rb 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