X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..dd736ac22722e43e85209568c620308f6a7de362:/cookbooks/nodejs/recipes/default.rb diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index ac82c3c98..5f8ca526b 100644 --- a/cookbooks/nodejs/recipes/default.rb +++ b/cookbooks/nodejs/recipes/default.rb @@ -23,3 +23,10 @@ package %w[ g++ make ] + +template "/usr/local/bin/yarn" do + source "yarn.erb" + owner "root" + group "root" + mode "755" +end