Skip to content

Commit

Permalink
Merge pull request #226 from puppetlabs/CAT-1211-bolt-command-failure
Browse files Browse the repository at this point in the history
(CAT-1211) - Fixing regression of CAT-1241
  • Loading branch information
jordanbreen28 committed Jul 27, 2023
2 parents 79dd198 + b9f9c26 commit 3bc55e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
20 changes: 0 additions & 20 deletions .changelog.yml

This file was deleted.

1 change: 1 addition & 0 deletions tasks/provision_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def self.run
params = JSON.parse($stdin.read)
params.transform_keys!(&:to_sym)
action, node_name, platform, vars, retry_attempts, inventory_location = params.values_at(:action, :node_name, :platform, :vars, :retry_attempts, :inventory)
inventory_location = sanitise_inventory_location(inventory_location)

runner = new
begin
Expand Down

0 comments on commit 3bc55e5

Please sign in to comment.