]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nodejs/recipes/default.rb
Convert more URLs to https
[chef.git] / cookbooks / nodejs / recipes / default.rb
index f6f054fe08b8cc9f8289334f62f3d7d5c8203601..0e616ea19db9c227b3dbd95e5810e7b3ab6825c8 100644 (file)
@@ -8,7 +8,7 @@
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,8 +18,7 @@
 #
 
 package "nodejs"
+package "nodejs-legacy"
 package "npm"
 package "g++"
 package "make"
-
-package "nodejs-legacy" if node[:lsb][:release].to_f >= 14.04