]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/definitions/rails_port.rb
Install nodejs for asset compilation support
[chef.git] / cookbooks / web / definitions / rails_port.rb
index a6bf9696351e1ab9a9c9b50f0102048ba20dc1c7..ba022fc3c3c305002e897bc90ba29761bd935634 100644 (file)
@@ -43,6 +43,7 @@ define :rails_port, :action => [ :create, :enable ] do
   package "rubygems#{ruby_version}"
   package "irb#{ruby_version}"
   package "imagemagick"
+  package "nodejs"
 
   package "g++"
   package "libpq-dev"