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 61ad3bf + e588bea commit 862292fCopy full SHA for 862292f
spec/spec_helper_acceptance.rb
@@ -16,7 +16,7 @@ def create_keys_for_test(host)
16
on host, 'mkdir /cygdrive/c/tmp'
17
else
18
path = '${PATH}'
19
- path = "/opt/csw/bin:#{path}" # Need ruby's path on solaris 10 (foss)
+ path = "/opt/puppetlabs/puppet/bin:/opt/csw/bin:#{path}" # Need ruby's path on solaris 10 (foss)
20
if host.is_pe?
21
path = "#{host['puppetbindir']}:#{path}" # But try PE's ruby first
22
end
0 commit comments