]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Install open-vm-tools on VMware guests
[chef.git] / cookbooks / hardware / recipes / default.rb
index 110273d82cfc68bfffc82dbbff6281920776ff74..793bda175d168003a6fe6e8f6be0fb69c77cde7e 100644 (file)
@@ -91,6 +91,13 @@ when "Supermicro"
   end
 when "IBM"
   units << "0"
+when "VMware, Inc."
+  package "open-vm-tools"
+
+  service "open-vm-tools" do
+    action [:enable, :start]
+    supports :status => true, :restart => true
+  end
 end
 
 units.sort.uniq.each do |unit|