]> git.openstreetmap.org Git - chef.git/commitdiff
Add option to force hp-health downgrade
authorGrant Slater <git@firefishy.com>
Thu, 20 Oct 2016 00:29:55 +0000 (01:29 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 20 Oct 2016 00:29:55 +0000 (01:29 +0100)
cookbooks/hardware/recipes/default.rb

index 0e335183896291649275f7ecd9a5f4dc033c82ec..13c1739b5a75de1d3ff5459aaac385e880e5c74c 100644 (file)
@@ -64,6 +64,7 @@ when "HP"
   package "hp-health" do
     action :install
     version "10.0.0.1.3-4."
+    options "--allow-downgrades"
     notifies :restart, "service[hp-health]"
   end