Skip to content

Commit 0ef6e80

Browse files
committed
Merge pull request #107 from Iristyle/fix-module-install
(maint) fix module installation
2 parents 7f047f4 + 2668dee commit 0ef6e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
agents.each do |agent|
4141
step "Install sqlserver module to agent #{agent.node_name}"
42-
result = on agent, "echo #{default['distmoduledir']}"
42+
result = on agent, "echo #{agent['distmoduledir']}"
4343
target = result.raw_output.chomp
4444
proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
4545
exec_puppet = <<-EOS

0 commit comments

Comments
 (0)