X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7609b4c7dadb461d16c7c14f18e78782a19ea13d..75c5da85dcd5a6b5b66040dfd838c2bbf30ba4d5:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 45fc074a4..5c872d909 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -33,14 +33,20 @@ 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 + +# Remove unused base package +package "mlocate" do + action :purge +end + +# Remove ubuntu "desktop" vestigal package +package "whoopsie" do + action :purge +end