Skip to content

Allow specifying error_log severity for servers #489

Allow specifying error_log severity for servers

Allow specifying error_log severity for servers #489

Triggered via pull request June 3, 2024 11:04
Status Failure
Total duration 16m 35s
Artifacts

ci.yml

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

Annotations

133 errors and 20 warnings
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 9: 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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110649535.0Fs0di.pp Last 10 lines of output were: Jun 03 11:06:39 almalinux9-64-puppet7.example.com nginx[3898]: nginx: configuration file /etc/nginx/nginx.conf test is successful Jun 03 11:06:39 almalinux9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:06:41 almalinux9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:06:41 almalinux9-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. �[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.52 seconds
Puppet / Puppet 7 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 7 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 7 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 7 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 7 - AlmaLinux 9: 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 9: 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 9
Process completed with exit code 1.
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_110654666.AxzEiH.pp Last 10 lines of output were: Jun 03 11:06:58 almalinux8-64-puppet7.example.com nginx[4150]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Jun 03 11:06:58 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Jun 03 11:06:58 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:06:58 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.25 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
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9: 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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110654995.BFAIJn.pp Last 10 lines of output were: Jun 03 11:06:45 almalinux9-64-puppet8.example.com nginx[3886]: nginx: configuration file /etc/nginx/nginx.conf test is successful Jun 03 11:06:45 almalinux9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:06:47 almalinux9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:06:47 almalinux9-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. �[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.39 seconds
Puppet / Puppet 8 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 8 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 8 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 8 - AlmaLinux 9: 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 'almalinux9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 8 - AlmaLinux 9: 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 9: 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 9
Process completed with exit code 1.
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_110656514.FOsGas.pp Last 10 lines of output were: Jun 03 11:07:00 rocky8-64-puppet7.example.com nginx[3841]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Jun 03 11:07:00 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Jun 03 11:07:00 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:07:00 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.08 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
Process completed with exit code 1.
Puppet / Puppet 7 - Rocky 9: 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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110658265.VbdoBJ.pp Last 10 lines of output were: Jun 03 11:06:48 rocky9-64-puppet7.example.com nginx[3657]: nginx: configuration file /etc/nginx/nginx.conf test is successful Jun 03 11:06:48 rocky9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:06:50 rocky9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:06:50 rocky9-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. �[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.81 seconds
Puppet / Puppet 7 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 7 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 7 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 7 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 7 - Rocky 9: 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 9: 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 9
Process completed with exit code 1.
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_110703678.PNyaFE.pp Last 10 lines of output were: Jun 03 11:07:08 rocky8-64-puppet8.example.com nginx[3828]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Jun 03 11:07:08 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Jun 03 11:07:08 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:07:08 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 2.82 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
Process completed with exit code 1.
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_110706616.h0ZVVG.pp Last 10 lines of output were: Jun 03 11:07:10 almalinux8-64-puppet8.example.com nginx[4136]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25 Jun 03 11:07:10 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Jun 03 11:07:10 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:07:10 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 2.55 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
Process completed with exit code 1.
Puppet / Puppet 8 - Rocky 9: 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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110712799.xt6s8U.pp Last 10 lines of output were: Jun 03 11:07:02 rocky9-64-puppet8.example.com nginx[3645]: nginx: configuration file /etc/nginx/nginx.conf test is successful Jun 03 11:07:02 rocky9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:07:05 rocky9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:07:05 rocky9-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. �[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 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 8 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 8 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 8 - Rocky 9: 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 'rocky9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 8 - Rocky 9: 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 9: 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 9
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9: 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 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110718748.pwAXR7.pp Last 10 lines of output were: Jun 03 11:07:08 centos9-64-puppet8.example.com nginx[3326]: nginx: configuration file /etc/nginx/nginx.conf test is successful Jun 03 11:07:08 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:07:10 centos9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:07:10 centos9-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. �[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.42 seconds
Puppet / Puppet 8 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 8 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 8 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 8 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 8 - CentOS 9: 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 - CentOS 9: 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 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9: 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 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110721619.YHFfLz.pp Last 10 lines of output were: Jun 03 11:07:11 centos9-64-puppet7.example.com nginx[3336]: nginx: configuration file /etc/nginx/nginx.conf test is successful Jun 03 11:07:11 centos9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:07:13 centos9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:07:13 centos9-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. �[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.29 seconds
Puppet / Puppet 7 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 7 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / Puppet 7 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 7 - CentOS 9: 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 'centos9-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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / Puppet 7 - CentOS 9: 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 - CentOS 9: 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 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110724461.D0M0Ch.pp Last 10 lines of output were: Jun 03 11:07:16 centos7-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:07:19 centos7-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:07:19 centos7-64-puppet7.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Jun 03 11:07:19 centos7-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy 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.66 seconds
Puppet / Puppet 7 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
Puppet / Puppet 7 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
Puppet / Puppet 7 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:443; Connection refused
Puppet / Puppet 7 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:443; Connection refused
Puppet / Puppet 7 - CentOS 7: 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 - CentOS 7: 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 - CentOS 7
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 7: 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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110733432.UR55lS.pp Last 10 lines of output were: Jun 03 11:07:24 centos7-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Jun 03 11:07:27 centos7-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Jun 03 11:07:27 centos7-64-puppet8.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Jun 03 11:07:27 centos7-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy 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.29 seconds
Puppet / Puppet 8 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
Puppet / Puppet 8 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
Puppet / Puppet 8 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:443; Connection refused
Puppet / Puppet 8 - CentOS 7: 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 'centos7-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 connect to www.puppetlabs.com:443; Connection refused
Puppet / Puppet 8 - CentOS 7: 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 - CentOS 7: 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 - CentOS 7
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 11: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110744680.9Ue9DG.pp Last 10 lines of output were: Jun 03 11:07:48 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Jun 03 11:07:48 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Jun 03 11:07:48 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Jun 03 11:07:48 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:07:48 debian11-64-puppet8.example.com nginx[10045]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Jun 03 11:07:48 debian11-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jun 03 11:07:48 debian11-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.00 seconds
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 11: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110759342.84fujG.pp Last 10 lines of output were: Jun 03 11:07:54 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:07:54 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Jun 03 11:08:03 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Jun 03 11:08:03 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Jun 03 11:08:03 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Jun 03 11:08:03 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:08:03 debian11-64-puppet7.example.com nginx[10060]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.20 seconds
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 22.04: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110800490.1zWIhv.pp Last 10 lines of output were: Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com nginx[7214]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:08:05 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.00 seconds
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110841133.L2LlHd.pp Last 10 lines of output were: Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: nginx.service: Deactivated successfully. Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server. Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 03 11:08:43 archlinuxrolling-64.example.com nginx[1497]: 2024/06/03 11:08:43 [emerg] 1497#1497: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.32 seconds
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/nginx_proxy_spec.rb#L6
nginx::resource::upstream define: runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110843256.q9MnFX.pp Last 10 lines of output were: Jun 03 11:08:43 archlinuxrolling-64.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy server. Jun 03 11:08:45 archlinuxrolling-64.example.com systemd[1]: nginx.service: Start request repeated too quickly. Jun 03 11:08:45 archlinuxrolling-64.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:08:45 archlinuxrolling-64.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy 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 0.47 seconds
Puppet / Distro Puppet - Archlinux rolling
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110841489.GLABLl.pp Last 10 lines of output were: Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com nginx[7199]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:08:46 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.04 seconds
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110841376.7xkFXo.pp Last 10 lines of output were: Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com nginx[7513]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:08:47 ubuntu2004-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.16 seconds
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110843503.QGvqhX.pp Last 10 lines of output were: Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com nginx[7528]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Jun 03 11:08:50 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.46 seconds
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content when rewrite_www_to_non_www is true should contain access and error logs directives inside the www rewrite Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+return\s+301\s+http:\/\/rspec\.example\.com\$request_uri;\n \s+access_log\s+\/var\/log\/nginx\/www.rspec.example.com.access.log;\n \s+error_log\s+\/var\/log\/nginx\/www.rspec.example.com.error.log;\n/x but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name www.rspec.example.com;\n return 301 http://rspec.example.com$request_uri;\n access_log /var/log/nginx/www.rspec.example.com.access.log;\n error_log /var/log/nginx/www.rspec.example.com.error.log error;\n}\n\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name rspec.example.com;\n\n \n index index.html index.htm index.php;\n access_log /var/log/nginx/www.rspec.example.com.access.log;\n error_log /var/log/nginx/www.rspec.example.com.error.log error;\n" Diff: @@ -1,4 +1,24 @@ -(?x-mi:\s+return\s+301\s+http:\/\/rspec\.example\.com\$request_uri;\n - \s+access_log\s+\/var\/log\/nginx\/www.rspec.example.com.access.log;\n - \s+error_log\s+\/var\/log\/nginx\/www.rspec.example.com.error.log;\n) +# MANAGED BY PUPPET +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name www.rspec.example.com; + return 301 http://rspec.example.com$request_uri; + access_log /var/log/nginx/www.rspec.example.com.access.log; + error_log /var/log/nginx/www.rspec.example.com.error.log error; +} + +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name rspec.example.com; + + + index index.html index.htm index.php; + access_log /var/log/nginx/www.rspec.example.com.access.log; + error_log /var/log/nginx/www.rspec.example.com.error.log error;
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content when error_log is /path/to/error.log should set error_log Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content when error_log is ["/path/to/error.log", "syslog:server=localhost"] should allow multiple error_log directives Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;", " error_log syslog:server=localhost;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content when error_log_severity is warn should set error_log severity level Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log warn;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content when error_log_severity is undef should not set error_log severity level Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L487
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content with a naked domain title over http when rewrite_non_www_to_www is true should contain access and error logs directives inside the non-www rewrite Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) } expected that the catalogue would contain Concat::Fragment[rspec.example.com-header] with content set to /\s+return\s+301\s+http:\/\/www.rspec\.example\.com\$request_uri;\n \s+access_log\s+\/var\/log\/nginx\/rspec.example.com.access.log;\n \s+error_log\s+\/var\/log\/nginx\/rspec.example.com.error.log;\n/x but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name rspec.example.com;\n return 301 http://www.rspec.example.com$request_uri;\n access_log /var/log/nginx/rspec.example.com.access.log;\n error_log /var/log/nginx/rspec.example.com.error.log error;\n}\n\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name www.rspec.example.com;\n\n \n index index.html index.htm index.php;\n access_log /var/log/nginx/rspec.example.com.access.log;\n error_log /var/log/nginx/rspec.example.com.error.log error;\n" Diff: @@ -1,4 +1,24 @@ -(?x-mi:\s+return\s+301\s+http:\/\/www.rspec\.example\.com\$request_uri;\n - \s+access_log\s+\/var\/log\/nginx\/rspec.example.com.access.log;\n - \s+error_log\s+\/var\/log\/nginx\/rspec.example.com.error.log;\n) +# MANAGED BY PUPPET +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name rspec.example.com; + return 301 http://www.rspec.example.com$request_uri; + access_log /var/log/nginx/rspec.example.com.access.log; + error_log /var/log/nginx/rspec.example.com.error.log error; +} + +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name www.rspec.example.com; + + + index index.html index.htm index.php; + access_log /var/log/nginx/rspec.example.com.access.log; + error_log /var/log/nginx/rspec.example.com.error.log error;
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L554
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_header template content with a naked domain title over https when rewrite_non_www_to_www is true should contain access and error logs directives inside the non-www rewrite Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(item) } expected that the catalogue would contain Concat::Fragment[rspec.example.com-ssl-header] with content set to /\s+return\s+301\s+https:\/\/www.rspec\.example\.com\$request_uri;\n \s+access_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.access.log;\n \s+error_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.error.log;\n/x 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 rspec.example.com;\n return 301 https://www.rspec.example.com$request_uri;\n access_log /var/log/nginx/ssl-rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-rspec.example.com.error.log error;\n ssl on;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n\n}\n\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n server_name www.rspec.example.com;\n\n ssl on;\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-rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-rspec.example.com.error.log error;\n \n" Diff: @@ -1,4 +1,32 @@ -(?x-mi:\s+return\s+301\s+https:\/\/www.rspec\.example\.com\$request_uri;\n - \s+access_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.access.log;\n - \s+error_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.error.log;\n) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name rspec.example.com; + return 301 https://www.rspec.example.com$request_uri; + access_log /var/log/nginx/ssl-rspec.example.com.access.log; + error_log /var/log/nginx/ssl-rspec.example.com.error.log error; + ssl on; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + +} + +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + server_name www.rspec.example.com; + + ssl on; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-rspec.example.com.access.log; + error_log /var/log/nginx/ssl-rspec.example.com.error.log error; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1135
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_ssl_header template content when error_log is /path/to/error.log should set error_log Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1135
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_ssl_header template content when error_log is ["/path/to/error.log", "syslog:server=localhost"] should allow multiple error_log directives Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;", " error_log syslog:server=localhost;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1135
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_ssl_header template content when error_log_severity is warn should set error_log severity level Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log warn;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content when rewrite_www_to_non_www is true should contain access and error logs directives inside the www rewrite Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+return\s+301\s+http:\/\/rspec\.example\.com\$request_uri;\n \s+access_log\s+\/var\/log\/nginx\/www.rspec.example.com.access.log;\n \s+error_log\s+\/var\/log\/nginx\/www.rspec.example.com.error.log;\n/x but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name www.rspec.example.com;\n return 301 http://rspec.example.com$request_uri;\n access_log /var/log/nginx/www.rspec.example.com.access.log;\n error_log /var/log/nginx/www.rspec.example.com.error.log error;\n}\n\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name rspec.example.com;\n\n \n index index.html index.htm index.php;\n access_log /var/log/nginx/www.rspec.example.com.access.log;\n error_log /var/log/nginx/www.rspec.example.com.error.log error;\n" Diff: @@ -1,4 +1,24 @@ -(?x-mi:\s+return\s+301\s+http:\/\/rspec\.example\.com\$request_uri;\n - \s+access_log\s+\/var\/log\/nginx\/www.rspec.example.com.access.log;\n - \s+error_log\s+\/var\/log\/nginx\/www.rspec.example.com.error.log;\n) +# MANAGED BY PUPPET +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name www.rspec.example.com; + return 301 http://rspec.example.com$request_uri; + access_log /var/log/nginx/www.rspec.example.com.access.log; + error_log /var/log/nginx/www.rspec.example.com.error.log error; +} + +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name rspec.example.com; + + + index index.html index.htm index.php; + access_log /var/log/nginx/www.rspec.example.com.access.log; + error_log /var/log/nginx/www.rspec.example.com.error.log error;
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content when error_log is /path/to/error.log should set error_log Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content when error_log is ["/path/to/error.log", "syslog:server=localhost"] should allow multiple error_log directives Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;", " error_log syslog:server=localhost;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content when error_log_severity is warn should set error_log severity level Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log warn;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L421
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content when error_log_severity is undef should not set error_log severity level Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L487
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content with a naked domain title over http when rewrite_non_www_to_www is true should contain access and error logs directives inside the non-www rewrite Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) } expected that the catalogue would contain Concat::Fragment[rspec.example.com-header] with content set to /\s+return\s+301\s+http:\/\/www.rspec\.example\.com\$request_uri;\n \s+access_log\s+\/var\/log\/nginx\/rspec.example.com.access.log;\n \s+error_log\s+\/var\/log\/nginx\/rspec.example.com.error.log;\n/x but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name rspec.example.com;\n return 301 http://www.rspec.example.com$request_uri;\n access_log /var/log/nginx/rspec.example.com.access.log;\n error_log /var/log/nginx/rspec.example.com.error.log error;\n}\n\nserver {\n listen *:80;\n listen unix:/var/run/nginx.sock;\n listen [::]:80 default ipv6only=on;\n\n server_name www.rspec.example.com;\n\n \n index index.html index.htm index.php;\n access_log /var/log/nginx/rspec.example.com.access.log;\n error_log /var/log/nginx/rspec.example.com.error.log error;\n" Diff: @@ -1,4 +1,24 @@ -(?x-mi:\s+return\s+301\s+http:\/\/www.rspec\.example\.com\$request_uri;\n - \s+access_log\s+\/var\/log\/nginx\/rspec.example.com.access.log;\n - \s+error_log\s+\/var\/log\/nginx\/rspec.example.com.error.log;\n) +# MANAGED BY PUPPET +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name rspec.example.com; + return 301 http://www.rspec.example.com$request_uri; + access_log /var/log/nginx/rspec.example.com.access.log; + error_log /var/log/nginx/rspec.example.com.error.log error; +} + +server { + listen *:80; + listen unix:/var/run/nginx.sock; + listen [::]:80 default ipv6only=on; + + server_name www.rspec.example.com; + + + index index.html index.htm index.php; + access_log /var/log/nginx/rspec.example.com.access.log; + error_log /var/log/nginx/rspec.example.com.error.log error;
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L554
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_header template content with a naked domain title over https when rewrite_non_www_to_www is true should contain access and error logs directives inside the non-www rewrite Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(item) } expected that the catalogue would contain Concat::Fragment[rspec.example.com-ssl-header] with content set to /\s+return\s+301\s+https:\/\/www.rspec\.example\.com\$request_uri;\n \s+access_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.access.log;\n \s+error_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.error.log;\n/x 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 rspec.example.com;\n return 301 https://www.rspec.example.com$request_uri;\n access_log /var/log/nginx/ssl-rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-rspec.example.com.error.log error;\n ssl on;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n\n}\n\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n server_name www.rspec.example.com;\n\n ssl on;\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-rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-rspec.example.com.error.log error;\n \n" Diff: @@ -1,4 +1,32 @@ -(?x-mi:\s+return\s+301\s+https:\/\/www.rspec\.example\.com\$request_uri;\n - \s+access_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.access.log;\n - \s+error_log\s+\/var\/log\/nginx\/ssl-rspec.example.com.error.log;\n) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name rspec.example.com; + return 301 https://www.rspec.example.com$request_uri; + access_log /var/log/nginx/ssl-rspec.example.com.access.log; + error_log /var/log/nginx/ssl-rspec.example.com.error.log error; + ssl on; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + +} + +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + server_name www.rspec.example.com; + + ssl on; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-rspec.example.com.access.log; + error_log /var/log/nginx/ssl-rspec.example.com.error.log error; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1135
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_ssl_header template content when error_log is /path/to/error.log should set error_log Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1135
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_ssl_header template content when error_log is ["/path/to/error.log", "syslog:server=localhost"] should allow multiple error_log directives Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log;", " error_log syslog:server=localhost;"] got: [] (compared using ==)
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1135
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.0 os-independent items server_ssl_header template content when error_log_severity is warn should set error_log severity level Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match])) expected: [" error_log /path/to/error.log warn;"] got: [] (compared using ==)
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.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.2.14 and Puppet 8.6.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.2.14 and Puppet 8.6.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 archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.6.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 centos-7-x86_64 with Facter 4.2.2 and Puppet 8.6.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 centos-8-x86_64 with Facter 4.2.14 and Puppet 8.6.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 centos-9-x86_64 with Facter 4.2.14 and Puppet 8.6.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-11-x86_64 with Facter 4.2.14 and Puppet 8.6.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-7-x86_64 with Facter 4.2.13 and Puppet 8.6.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.2.14 and Puppet 8.6.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 virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.30.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.2.14 and Puppet 7.30.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.2.14 and Puppet 7.30.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 archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 7.30.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 centos-7-x86_64 with Facter 4.2.2 and Puppet 7.30.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 centos-8-x86_64 with Facter 4.2.14 and Puppet 7.30.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 centos-9-x86_64 with Facter 4.2.14 and Puppet 7.30.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.2.14 and Puppet 7.30.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-7-x86_64 with Facter 4.2.13 and Puppet 7.30.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.2.14 and Puppet 7.30.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