modulesync 6.0.0 #59
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
8 errors
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/hiera_spec.rb#L85
hiera querying hiera finds it in puppet agent
Failure/Error: on host, "chown -R #{host.puppet('master')['group']}:#{host.puppet('master')['user']} #{path}"
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 1 running:
puppet master --configprint group
Last 10 lines of output were:
Error: Unknown Puppet subcommand 'master'
See 'puppet help' for help on available puppet subcommands
|
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/hiera_spec.rb#L85
hiera querying hiera finds it in puppet agent
Failure/Error: on host, "chown -R #{host.puppet('master')['group']}:#{host.puppet('master')['user']} #{path}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet master --configprint group
Last 10 lines of output were:
Error: Unknown Puppet subcommand 'master'
See 'puppet help' for help on available puppet subcommands
|
Puppet / 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / 7 - Debian 10:
spec/acceptance/hiera_spec.rb#L85
hiera querying hiera finds it in puppet agent
Failure/Error: on host, "chown -R #{host.puppet('master')['group']}:#{host.puppet('master')['user']} #{path}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
puppet master --configprint group
Last 10 lines of output were:
Error: Unknown Puppet subcommand 'master'
See 'puppet help' for help on available puppet subcommands
|
Puppet / 7 - Debian 10
Process completed with exit code 1.
|
Puppet / 7 - CentOS 7:
spec/acceptance/hiera_spec.rb#L85
hiera querying hiera finds it in puppet agent
Failure/Error: on host, "chown -R #{host.puppet('master')['group']}:#{host.puppet('master')['user']} #{path}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 1 running:
puppet master --configprint group
Last 10 lines of output were:
Error: Unknown Puppet subcommand 'master'
See 'puppet help' for help on available puppet subcommands
|
Puppet / 7 - CentOS 7
Process completed with exit code 1.
|