X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52fb5028cfb36bf1b9490aea22cde7127dbe00ce..c3be356ba81afff0a666355e018531de69e0a5fb:/cookbooks/nodejs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index 602f91622..5f8ca526b 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,3 +23,10 @@ package %w[ g++ make ] + +template "/usr/local/bin/yarn" do + source "yarn.erb" + owner "root" + group "root" + mode "755" +end