include_recipe "git"
include_recipe "nodejs"
include_recipe "postgresql"
+include_recipe "tools"
blocks = data_bag_item("tile", "blocks")
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"