X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ce09413670e9cf3fef773c6ca00ee5798dd347ee..e64f7cc9dc8fb6ca18f0b350ea2acd0c778814c8:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 110273d82..793bda175 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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|