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