]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Send renderd logs to a separate file
[chef.git] / cookbooks / tools / recipes / default.rb
index c5e85a6ab9208be8e5e73c47938e27c66f067400..45fc074a4053f68c3052429521c1e540f207b82d 100644 (file)
@@ -37,3 +37,10 @@ package "iotop"
 if node[:lsb][:release].to_f <= 11.04
   package "lslk"
 end
+
+package "rsyslog"
+
+service "rsyslog" do
+  action [ :enable, :start ]
+  supports :status => true, :restart => true, :reload => true
+end