]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Install lvm2 tools everywhere
[chef.git] / cookbooks / tools / recipes / default.rb
index 8424642bfe0df7f6c79ff2eebc3c3447d82ef835..d58523af16d36d824c93218eabdd0d3bb8930855 100644 (file)
@@ -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