From: Tom Hughes Date: Mon, 27 Nov 2017 14:59:45 +0000 (+0000) Subject: Fix warning cleaning up symbolic link X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8a5478cacad485efb252a6a092ed877398193bec?hp=fa6052608948cf1692f49c1c2e7a0842bacd7052 Fix warning cleaning up symbolic link --- 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