Add Puppet 8 support #71
ci.yml
on: pull_request
Puppet
/
Static validations
13s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
8 errors
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: hiera: command not found
|
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: hiera: command not found
|
Puppet / Puppet 8 - Debian 10
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: hiera: command not found
|
Puppet / Puppet 8 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: hiera: command not found
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|