]> git.openstreetmap.org Git - chef.git/commitdiff
Skip some hardware changes in test mode
authorTom Hughes <tom@compton.nu>
Fri, 2 Dec 2022 10:53:50 +0000 (10:53 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 2 Dec 2022 10:54:27 +0000 (10:54 +0000)
cookbooks/hardware/recipes/default.rb

index e64a49b5a93dee99148e0fdd55685ec5728b2899..6679bb178175733da48a17fce9de4c5fc95976b7 100644 (file)
@@ -63,6 +63,7 @@ when "HP", "HPE"
   execute "update-ilo" do
     action :nothing
     command "/usr/sbin/hponcfg -f /etc/ilo-defaults.xml"
+    not_if { kitchen? }
   end
 
   template "/etc/ilo-defaults.xml" do
@@ -145,6 +146,7 @@ end
 units.sort.uniq.each do |unit|
   service "serial-getty@ttyS#{unit}" do
     action [:enable, :start]
+    not_if { kitchen? }
   end
 end