]> git.openstreetmap.org Git - chef.git/commitdiff
Fix warning cleaning up symbolic link
authorTom Hughes <tom@compton.nu>
Mon, 27 Nov 2017 14:59:45 +0000 (14:59 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 27 Nov 2017 14:59:45 +0000 (14:59 +0000)
cookbooks/hardware/recipes/default.rb

index 154a793a5614dcf9f91ff3185f33c85361e216fa..d266674368179346129cd7c0c20244076f2be771 100644 (file)
@@ -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