Add proper SELinux context and setup appropriate booleans #210
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
80 errors
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125239552.pp.JOcwE3
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 11.51 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125254318.pp.csuJH7
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.99 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125301670.pp.D595gf
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.25 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125310567.pp.OCgx4H
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.45 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125427654.pp.DVGd4w
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 14.20 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125445233.pp.vo3PMF
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.07 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125454582.pp.HphgD6
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.55 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125504882.pp.lzEQ3A
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.22 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130024593.pp.KBQ7SI
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 13.74 seconds
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130041734.pp.aGe3RV
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.96 seconds
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130052137.pp.8rzcMR
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.69 seconds
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130103695.pp.nftXvt
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.43 seconds
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130351510.pp.lE8sdY
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 15.76 seconds
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130410988.pp.ZboS9N
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.00 seconds
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130420753.pp.4ejfo9
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.35 seconds
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130430351.pp.SrCwt8
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.19 seconds
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130835171.pp.5x4PcM
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 16.90 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130855602.pp.kLqHXl
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.75 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130906889.pp.jALL3f
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.74 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130917573.pp.Sa96tV
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.42 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131156787.pp.1pWtwW
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 11.92 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131212273.pp.aldaVr
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.72 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131221497.pp.DMsH7O
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.47 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131231960.pp.rXPFqf
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.66 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131241555.pp.bvK9Tj
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 13.89 seconds
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131258870.pp.8B57rM
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.51 seconds
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131308783.pp.RMUluo
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.75 seconds
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131318449.pp.NFpRg3
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.35 seconds
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131239365.pp.sufySR
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 18.36 seconds
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131301109.pp.oENrpN
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.62 seconds
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl localhost
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131311101.pp.Xp20vb
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 8.12 seconds
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131323072.pp.FBCs7y
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb-connections-from-master-only]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.07 seconds
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|