From: Grant Slater Date: Sun, 1 Dec 2019 17:27:14 +0000 (+0000) Subject: timesync - fix action typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ce7189b3fd44901074b45fe76e143ce548393a75?ds=sidebyside timesync - fix action typo --- 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