X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ff044920428608b2c04507ad52d6ab52c9d6555f..c4817c654797638bf16b54f4f9b69ed3715625cb:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index a2245a407..b751792d2 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -33,24 +33,23 @@ package "numactl" package "xfsprogs" package "sysv-rc-conf" package "iotop" +package "lvm2" -if node[:lsb][:release].to_f <= 11.04 - package "lslk" -end +package "lslk" if node[:lsb][:release].to_f <= 11.04 package "rsyslog" service "rsyslog" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true, :reload => true end -#Remove unused base package +# Remove unused base package package "mlocate" do action :purge end -#Remove ubuntu "desktop" vestigal package +# Remove ubuntu "desktop" vestigal package package "whoopsie" do action :purge end