add version defaults for Debian, Ubuntu and RedHat (clones) #568
ci.yml
on: pull_request
Puppet
/
Static validations
38s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
79 errors and 20 warnings
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L61
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074018966.TrWdE8.pp
Last 10 lines of output were:
Oct 22 07:40:24 rocky8-64-puppet7.example.com nginx[4166]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:24 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 22 07:40:24 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:24 rocky8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.40 seconds
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L100
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L106
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L112
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L119
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L93
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L97
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L128
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074025012.pb98WH.pp
Last 10 lines of output were:
Oct 22 07:40:24 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:24 rocky8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 22 07:40:27 rocky8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 22 07:40:27 rocky8-64-puppet7.example.com nginx[4473]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:27 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.20 seconds
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L165
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L172
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L61
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074019014.hgRBLP.pp
Last 10 lines of output were:
Oct 22 07:40:24 almalinux8-64-puppet8.example.com nginx[4484]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:24 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 22 07:40:24 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:24 almalinux8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.65 seconds
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L100
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L106
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L112
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L119
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L93
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L97
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L128
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074025660.L82e5c.pp
Last 10 lines of output were:
Oct 22 07:40:24 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:24 almalinux8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 22 07:40:28 almalinux8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 22 07:40:28 almalinux8-64-puppet8.example.com nginx[4819]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:28 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.23 seconds
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L165
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L172
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L61
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074047331.R1VqBa.pp
Last 10 lines of output were:
Oct 22 07:40:51 almalinux8-64-puppet7.example.com nginx[4484]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:51 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 22 07:40:51 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:51 almalinux8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.76 seconds
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L100
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L106
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L112
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L119
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L93
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L97
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L128
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074052823.FhlVms.pp
Last 10 lines of output were:
Oct 22 07:40:51 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:51 almalinux8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 22 07:40:55 almalinux8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 22 07:40:55 almalinux8-64-puppet7.example.com nginx[4819]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:55 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L165
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/nginx_server_spec.rb#L172
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L61
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074052230.7z1GPl.pp
Last 10 lines of output were:
Oct 22 07:40:59 oracle8-64-puppet7.example.com nginx[3980]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:40:59 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 22 07:40:59 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:59 oracle8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 5.21 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L100
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L106
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L112
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L119
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L93
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L97
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L128
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074100021.YnpEWb.pp
Last 10 lines of output were:
Oct 22 07:40:59 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:40:59 oracle8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 22 07:41:02 oracle8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 22 07:41:02 oracle8-64-puppet7.example.com nginx[4263]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:41:02 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L165
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L172
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L61
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074057138.T6aJT8.pp
Last 10 lines of output were:
Oct 22 07:41:04 oracle8-64-puppet8.example.com nginx[3980]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:41:04 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 22 07:41:04 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:41:04 oracle8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 5.41 seconds
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L100
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L106
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L112
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L119
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L93
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L97
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L128
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074105366.UMdlns.pp
Last 10 lines of output were:
Oct 22 07:41:04 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:41:04 oracle8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 22 07:41:07 oracle8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 22 07:41:07 oracle8-64-puppet8.example.com nginx[4264]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:41:07 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.23 seconds
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L165
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/nginx_server_spec.rb#L172
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L61
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074201993.rXXBM2.pp
Last 10 lines of output were:
Oct 22 07:42:07 rocky8-64-puppet8.example.com nginx[4167]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:42:07 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 22 07:42:07 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:42:07 rocky8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.07 seconds
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L100
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L106
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L112
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L119
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L93
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L97
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L128
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074208028.GhRuXw.pp
Last 10 lines of output were:
Oct 22 07:42:07 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 22 07:42:07 rocky8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 22 07:42:10 rocky8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 22 07:42:10 rocky8-64-puppet8.example.com nginx[4474]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
Oct 22 07:42:10 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.26 seconds
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L165
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/nginx_server_spec.rb#L172
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on redhat-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on redhat-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on rocky-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on rocky-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on oraclelinux-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on oraclelinux-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on redhat-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on redhat-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on rocky-8-x86_64 with Facter 4.5.0 and Puppet 7.33.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on rocky-8-x86_64 with Facter 4.5.0 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on oraclelinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45 ssl;"]
got: []
(compared using ==)
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on oraclelinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on debian-11-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on debian-12-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on redhat-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on redhat-9-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on rocky-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on rocky-9-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on almalinux-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on almalinux-9-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on oraclelinux-8-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 8 (Ruby 3.2):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on oraclelinux-9-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on debian-11-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on debian-12-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on redhat-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on redhat-9-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on rocky-8-x86_64 with Facter 4.5.0 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on rocky-9-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on almalinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on almalinux-9-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on oraclelinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on oraclelinux-9-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|