]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/recipes/default.rb
Install svgo on machines running the rails port
[chef.git] / cookbooks / dev / recipes / default.rb
index 336fad65d8985f4014f558b047218d92404ae345..2e51fa54625a26775ad04a33fc60b7f95476101d 100644 (file)
@@ -24,6 +24,7 @@ include_recipe "apache"
 include_recipe "passenger"
 include_recipe "git"
 include_recipe "mysql"
+include_recipe "nodejs"
 include_recipe "postgresql"
 
 package "php-apc"
@@ -53,6 +54,8 @@ package "python-magic"
 package "python-psycopg2"
 package "python-gdal"
 
+nodejs_package "svgo"
+
 easy_install_package "geojson"
 
 apache_module "env"