From ce7189b3fd44901074b45fe76e143ce548393a75 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 1 Dec 2019 17:27:14 +0000 Subject: [PATCH] timesync - fix action typo --- cookbooks/hardware/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 91b7510b9..6c14fd873 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -97,7 +97,7 @@ when "VMware, Inc." # Remove timeSync plugin completely # https://github.com/vmware/open-vm-tools/issues/302 file "/usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so" do - state :absent + action :delete notifies :restart, "service[open-vm-tools]" end -- 2.43.2