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
+
+ # May need additional work per:
+ # https://github.com/vmware/open-vm-tools/issues/302
+ execute "vmware-toolbox-cmd-timesync-disable" do
+ command "/usr/bin/vmware-toolbox-cmd timesync disable"
+ end
end
units.sort.uniq.each do |unit|