]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/rails.rb
Install svgo on machines running the rails port
[chef.git] / cookbooks / web / recipes / rails.rb
index 4c8d3fb558683fd9820672b4620195dff11f8ddc..f6236c8914cb23b709ea8ba1a821f51fc5e70ea6 100644 (file)
@@ -23,10 +23,13 @@ include_recipe "web::base"
 include_recipe "apache"
 include_recipe "passenger"
 include_recipe "git"
+include_recipe "nodejs"
 
 web_passwords = data_bag_item("web", "passwords")
 db_passwords = data_bag_item("db", "passwords")
 
+nodejs_package "svgo"
+
 template "/etc/cron.hourly/passenger" do
   cookbook "web"
   source "passenger.cron.erb"