From 8a5478cacad485efb252a6a092ed877398193bec Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 27 Nov 2017 14:59:45 +0000 Subject: [PATCH 1/1] Fix warning cleaning up symbolic link --- cookbooks/hardware/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 154a793a5..d26667436 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -86,6 +86,7 @@ if manufacturer == "HP" %w[/opt/hp/hp-health/bin/hpasmd /usr/lib/libhpasmintrfc.so.3.0 %/usr/lib/libhpasmintrfc.so.3 /usr/lib/libhpasmintrfc.so].each do |filename| file filename do action :delete + manage_symlink_source false end end -- 2.43.2