Skip to content

add version defaults for Debian, Ubuntu and RedHat (clones) #567

add version defaults for Debian, Ubuntu and RedHat (clones)

add version defaults for Debian, Ubuntu and RedHat (clones) #567

Triggered via pull request October 6, 2024 12:35
Status Failure
Total duration 15m 21s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
37s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
3s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

81 errors and 21 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_123820633.SNoE80.pp Last 10 lines of output were: Oct 06 12:38:25 rocky8-64-puppet7.example.com nginx[4170]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:25 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 06 12:38:25 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:25 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 2.88 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_123826179.1DStBF.pp Last 10 lines of output were: Oct 06 12:38:25 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:25 rocky8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 06 12:38:28 rocky8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 06 12:38:28 rocky8-64-puppet7.example.com nginx[4477]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:28 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.21 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_123820803.6LYB6c.pp Last 10 lines of output were: Oct 06 12:38:25 almalinux8-64-puppet8.example.com nginx[4484]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:25 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 06 12:38:25 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:25 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.07 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_123826692.4X2DvN.pp Last 10 lines of output were: Oct 06 12:38:25 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:25 almalinux8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 06 12:38:28 almalinux8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 06 12:38:28 almalinux8-64-puppet8.example.com nginx[4819]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38: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 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_123819360.OSVU6T.pp Last 10 lines of output were: Oct 06 12:38:24 rocky8-64-puppet8.example.com nginx[4169]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:24 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 06 12:38:24 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:24 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.25 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_123825542.EvxIyf.pp Last 10 lines of output were: Oct 06 12:38:24 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:24 rocky8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 06 12:38:27 rocky8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 06 12:38:27 rocky8-64-puppet8.example.com nginx[4476]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:27 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 / 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_123820789.dTFBKW.pp Last 10 lines of output were: Oct 06 12:38:26 almalinux8-64-puppet7.example.com nginx[4484]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:26 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 06 12:38:26 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:26 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 3.61 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_123827100.DR0mVv.pp Last 10 lines of output were: Oct 06 12:38:26 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:38:26 almalinux8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 06 12:38:29 almalinux8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 06 12:38:29 almalinux8-64-puppet7.example.com nginx[4819]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:38:29 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_123902859.g6QWq1.pp Last 10 lines of output were: Oct 06 12:39:09 oracle8-64-puppet7.example.com nginx[3980]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:39:09 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 06 12:39:09 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:39:09 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.14 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_123910604.94h8Yy.pp Last 10 lines of output were: Oct 06 12:39:09 oracle8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:39:09 oracle8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 06 12:39:12 oracle8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 06 12:39:12 oracle8-64-puppet7.example.com nginx[4263]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:39:12 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_123906106.34KLJB.pp Last 10 lines of output were: Oct 06 12:39:13 oracle8-64-puppet8.example.com nginx[3980]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:39:13 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 06 12:39:13 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:39:13 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.10 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_123914223.0kPPqx.pp Last 10 lines of output were: Oct 06 12:39:13 oracle8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 06 12:39:13 oracle8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 06 12:39:16 oracle8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 06 12:39:16 oracle8-64-puppet8.example.com nginx[4264]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Oct 06 12:39:16 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.25 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 / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L693
nginx::resource::server on debian-11-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.14.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix: ssl on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L713
nginx::resource::server on debian-11-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl http2;\n listen [::]:443 ssl http2 default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl http2; + listen [::]:443 ssl http2 default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L719
nginx::resource::server on debian-11-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
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_server_spec.rb#L693
nginx::resource::server on debian-12-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.14.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix: ssl on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L713
nginx::resource::server on debian-12-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl http2;\n listen [::]:443 ssl http2 default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl http2; + listen [::]:443 ssl http2 default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L719
nginx::resource::server on debian-12-x86_64 with Facter 4.8.0 and Puppet 8.9.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
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 / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L693
nginx::resource::server on debian-11-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.14.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix: ssl on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L713
nginx::resource::server on debian-11-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl http2;\n listen [::]:443 ssl http2 default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl http2; + listen [::]:443 ssl http2 default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L719
nginx::resource::server on debian-11-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
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_server_spec.rb#L693
nginx::resource::server on debian-12-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.14.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix: ssl on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L713
nginx::resource::server on debian-12-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl http2;\n listen [::]:443 ssl http2 default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+on;) +# MANAGED BY PUPPET +server { + listen *:443 ssl http2; + listen [::]:443 ssl http2 default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L719
nginx::resource::server on debian-12-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /^\s+http2\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{^\s+http2\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /^\s+http2\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,15 +1,29 @@ -(?-mix:^\s+http2\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
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 / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Debian 11
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