X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/63f03767e3d7fef80d678000d799e5dafab5cd33..7609b4c7dadb461d16c7c14f18e78782a19ea13d:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 67aeeaa11..f39c31623 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -21,6 +21,7 @@ include_recipe "apache" include_recipe "git" include_recipe "nodejs" include_recipe "postgresql" +include_recipe "tools" blocks = data_bag_item("tile", "blocks") @@ -415,6 +416,14 @@ template "/etc/cron.d/render-lowzoom" do mode 0755 end +template "/etc/rsyslog.d/20-renderd.conf" do + source "renderd.rsyslog.erb" + owner "root" + group "root" + mode 0644 + notifies :restart, "service[rsyslog]" +end + munin_plugin "mod_tile_fresh" munin_plugin "mod_tile_response" munin_plugin "mod_tile_zoom"