]> git.openstreetmap.org Git - chef.git/commitdiff
Fix isdct version
authorTom Hughes <tom@compton.nu>
Thu, 21 Sep 2017 18:14:46 +0000 (19:14 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 21 Sep 2017 18:14:46 +0000 (19:14 +0100)
cookbooks/hardware/recipes/default.rb

index c7834a6e220e500d0b79d0c6382a32c59d94eeec..4474578a5c74a0294994423221a287615b6a59ca 100644 (file)
@@ -332,7 +332,7 @@ if !intel_ssds.empty? || !intel_nvmes.empty?
   end
 
   dpkg_package "isdct" do
-    version "3.0.7.401"
+    version "3.0.7.401-17"
     source "#{Chef::Config[:file_cache_path]}/isdct_3.0.7.401-17_amd64.deb"
   end
 end