]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nodejs/recipes/default.rb
Imagery - remove site alias for the moment
[chef.git] / cookbooks / nodejs / recipes / default.rb
index 673b8acbf728b63f80a644ccfb0332e6b64a96c2..2fa43d63172477f0be25133482331621ab921b05 100644 (file)
@@ -19,3 +19,9 @@
 
 package "nodejs"
 package "npm"
+package "g++"
+package "make"
+
+if node[:lsb][:release].to_f >= 14.04
+  package "nodejs-legacy"
+end