X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5c5ffa21ddcce610d5bbf7b3885b08497e85dac4..7609b4c7dadb461d16c7c14f18e78782a19ea13d:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index c5e85a6ab..45fc074a4 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -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