We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f047f4 + 2668dee commit 0ef6e80Copy full SHA for 0ef6e80
spec/spec_helper_acceptance.rb
@@ -39,7 +39,7 @@
39
40
agents.each do |agent|
41
step "Install sqlserver module to agent #{agent.node_name}"
42
- result = on agent, "echo #{default['distmoduledir']}"
+ result = on agent, "echo #{agent['distmoduledir']}"
43
target = result.raw_output.chomp
44
proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
45
exec_puppet = <<-EOS
0 commit comments