We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32df59a + bfa48d7 commit 22b8229Copy full SHA for 22b8229
spec/spec_helper_acceptance.rb
@@ -9,7 +9,6 @@
9
if hosts.first.is_pe? && !is_foss
10
install_pe
11
else
12
- proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
13
version = ENV['PUPPET_VERSION'] || '3.6.2'
14
download_url = ENV['WIN_DOWNLOAD_URL'] || 'http://downloads.puppetlabs.com/windows/'
15
hosts.each do |host|
@@ -27,6 +26,7 @@
27
26
on default, "mkdir -p #{default['distmoduledir']}/powershell"
28
result = on default, "echo #{default['distmoduledir']}/powershell"
29
target = result.raw_output.chomp
+ proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
30
%w(lib metadata.json).each do |file|
31
scp_to default, "#{proj_root}/#{file}", target
32
end
0 commit comments