]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
hardware: fix lint error
[chef.git] / cookbooks / hardware / recipes / default.rb
index c2d0dd6ee4853bf5959debfb9d1c4798831ec0ae..77c4356c30fa8a43cc84d9de7bf4c73b6d6eadde 100644 (file)
@@ -354,7 +354,7 @@ if !intel_ssds.empty? || !intel_nvmes.empty?
     cwd Chef::Config[:file_cache_path]
     user "root"
     group "root"
-    not_if { File.exist?("#{Chef::Config[:file_cache_path]}/isdct_#{intel_ssd_tool_version}-1_amd64.deb") }
+    not_if { ::File.exist?("#{Chef::Config[:file_cache_path]}/isdct_#{intel_ssd_tool_version}-1_amd64.deb") }
   end
 
   dpkg_package "isdct" do