Skip to content

Commit

Permalink
Check service status in preparation steps before hammer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed May 31, 2024
1 parent 0230a12 commit f1056e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions definitions/procedures/hammer_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ class Procedures::HammerSetup < ForemanMaintain::Procedure
metadata do
description 'Setup hammer'
for_feature :hammer
preparation_steps do
Checks::ServicesUp.new
end
end

def run
Expand Down

0 comments on commit f1056e3

Please sign in to comment.