]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nodejs/recipes/default.rb
mail: fix typo on community.openstreetmap.org domain
[chef.git] / cookbooks / nodejs / recipes / default.rb
index 602f91622eeea6d2e08a7ee40090d8afdba274d7..5f8ca526b4f6b0e491af932a1f2614576d13d377 100644 (file)
@@ -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