Skip to content

Commit

Permalink
Merge pull request #559 from h0tw1r3/docker_exp
Browse files Browse the repository at this point in the history
use dockercli specinfra backend for docker_nodes
  • Loading branch information
david22swan authored May 1, 2024
2 parents 6bb2d5c + ac973d1 commit 7db3c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet_litmus/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def self.configure!

if target_in_group(inventory_hash, ENV.fetch('TARGET_HOST', nil), 'docker_nodes')
host = ENV.fetch('TARGET_HOST', nil)
set :backend, :docker
set :backend, :dockercli
set :docker_container, host
elsif target_in_group(inventory_hash, ENV.fetch('TARGET_HOST', nil), 'ssh_nodes')
set :backend, :ssh
Expand Down

0 comments on commit 7db3c3e

Please sign in to comment.