Skip to content

Commit

Permalink
Merge pull request #188 from jpartlow/maint-fix-facter-task-error-labels
Browse files Browse the repository at this point in the history
(maint) Change references to facter_task to be provision
  • Loading branch information
jpartlow committed Feb 11, 2022
2 parents 183fefe + f4a4e08 commit 72affb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/abs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ def tear_down(node_name, inventory_location)
puts result.to_json
exit 0
rescue => e
puts({ _error: { kind: 'facter_task/failure', msg: e.message } }.to_json)
puts({ _error: { kind: 'provision/abs_failure', msg: e.message } }.to_json)
exit 1
end
2 changes: 1 addition & 1 deletion tasks/docker_exp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ def tear_down(node_name, inventory_location)
puts result.to_json
exit 0
rescue => e
puts({ _error: { kind: 'facter_task/failure', msg: e.message } }.to_json)
puts({ _error: { kind: 'provision/docker_exp_failure', msg: e.message } }.to_json)
exit 1
end

0 comments on commit 72affb5

Please sign in to comment.