X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/729d3365884c060a2cdb525e279529d28a9ce26e..8f64e2934813c9e8c50188de33adb10f5664780d:/cookbooks/dev/recipes/default.rb diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 336fad65d..c31aca83b 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -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" @@ -195,7 +198,7 @@ if node[:postgresql][:clusters][:"9.1/main"] recursive true end - file "/etc/cron.daily/rails-#{name}" do + file "/etc/cron.daily/rails-#{site_name}" do action :delete end