Switch from mixed case to uppercase env vars #105
Annotations
2 errors
spec/spec_helper_acceptance_spec.rb#L8
spec_helper_acceptance #configure_beaker without provisioning configures RSpec
Failure/Error:
block_on hosts, run_in_parallel: true do |host|
BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection) unless collection == 'none'
package_name = BeakerPuppetHelpers::InstallUtils.puppet_package_name(host)
host.install_package(package_name)
# by default, puppet-agent creates /etc/profile.d/puppet-agent.sh which adds /opt/puppetlabs/bin to PATH
# in our non-interactive ssh sessions we manipulate PATH in ~/.ssh/environment, we need to do this step here as well
host.add_env_var('PATH', '/opt/puppetlabs/bin')
end
SystemStackError:
stack level too deep
|
|
The logs for this run have expired and are no longer available.
Loading