Method: Shards::Workflow::Base#puppet_agent_update
- Defined in:
- lib/shards/workflow/base.rb
#puppet_agent_update ⇒ Object
308 309 310 311 312 313 |
# File 'lib/shards/workflow/base.rb', line 308 def puppet_agent_update resp=stage.check_remote_process remote_check: :puppet_agent! errors=filter_status_errors resp raise_wrong_text errors if errors.count>0 step['message'] end |