#
-# 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.
make
]
-if node[:lsb][:release].to_f < 18.04
- package "nodejs-legacy"
+template "/usr/local/bin/yarn" do
+ source "yarn.erb"
+ owner "root"
+ group "root"
+ mode "755"
end