X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace..89cc2b5e699d7c801ed9e63d7eb81974a2fe8fa7:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 8424642bf..5c872d909 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -33,15 +33,11 @@ package "numactl" package "xfsprogs" package "sysv-rc-conf" package "iotop" - -if node[:lsb][:release].to_f <= 11.04 - package "lslk" -end - +package "lvm2" package "rsyslog" service "rsyslog" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true, :reload => true end