]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove no longer needed support for old Ubuntu versions
[chef.git] / cookbooks / tools / recipes / default.rb
index 8424642bfe0df7f6c79ff2eebc3c3447d82ef835..5c872d9096265d6ccde1aaf555678154ffadd773 100644 (file)
@@ -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