Skip to content

Commit 3bc55e5

Browse files
Merge pull request #226 from puppetlabs/CAT-1211-bolt-command-failure
(CAT-1211) - Fixing regression of CAT-1241
2 parents 79dd198 + b9f9c26 commit 3bc55e5

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.changelog.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

tasks/provision_service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def self.run
169169
params = JSON.parse($stdin.read)
170170
params.transform_keys!(&:to_sym)
171171
action, node_name, platform, vars, retry_attempts, inventory_location = params.values_at(:action, :node_name, :platform, :vars, :retry_attempts, :inventory)
172+
inventory_location = sanitise_inventory_location(inventory_location)
172173

173174
runner = new
174175
begin

0 commit comments

Comments
 (0)