Skip to content

Commit

Permalink
Test with 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 20, 2023
1 parent 8f8123d commit 31aed7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/nginx_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
it 'configures a nginx server' do
pp = "
class { 'nginx':
nginx_version => '1.25.1',
package_source => 'nginx-mainline',
manage_repo => true,
}
Expand Down Expand Up @@ -61,6 +62,7 @@ class { 'nginx':
it 'configures a nginx SSL server' do

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 8

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 'centos8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081353355.pp.PFAlsY Last 10 lines of output were: Oct 20 08:14:08 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 08:14:08 centos8-64-puppet7.example.com nginx[4557]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:14:08 centos8-64-puppet7.example.com nginx[4557]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 08:14:08 centos8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 12.87 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 10

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 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081430098.pp.ZnFTlj Last 10 lines of output were: Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:08 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:08 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:08 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 1.89 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - CentOS 8

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 'centos8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081448142.pp.7jwwCd Last 10 lines of output were: Oct 20 08:15:08 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 08:15:08 centos8-64-puppet8.example.com nginx[4514]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:08 centos8-64-puppet8.example.com nginx[4514]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 08:15:08 centos8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 15.02 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Debian 11

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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081507251.pp.87yQcc Last 10 lines of output were: Oct 20 08:14:41 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:41 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:14:41 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:14:41 debian11-64-puppet8.example.com nginx[9976]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 08:14:41 debian11-64-puppet8.example.com nginx[9976]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 20 08:14:41 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:48 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:48 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: Applied catalog in 1.50 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Debian 10

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 'debian10-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081508432.pp.3j2hMP Last 10 lines of output were: Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:41 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:41 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:41 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 1.83 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081509633.pp.eoYbN7 Last 10 lines of output were: Oct 20 08:15:01 ubuntu2004-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com nginx[8946]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.65 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 11

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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081513279.pp.mJALr1 Last 10 lines of output were: Oct 20 08:14:47 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:47 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:14:47 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:14:47 debian11-64-puppet7.example.com nginx[10008]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 08:14:47 debian11-64-puppet7.example.com nginx[10008]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 20 08:14:47 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:55 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.94 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

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 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081518538.pp.hcGpXQ Last 10 lines of output were: Oct 20 08:15:09 ubuntu2204-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com nginx[8542]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.60 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Ubuntu 20.04

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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081525774.pp.qE9Nvp Last 10 lines of output were: Oct 20 08:15:15 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:15 ubuntu2004-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com nginx[8905]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.66 seconds

Check failure on line 62 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Ubuntu 22.04

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 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081529521.pp.kDmfxh Last 10 lines of output were: Oct 20 08:15:19 ubuntu2204-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com nginx[8503]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.49 seconds
pp = "
class { 'nginx':
nginx_version => '1.25.1',
package_source => 'nginx-mainline',
manage_repo => true,
}
Expand Down Expand Up @@ -128,6 +130,7 @@ class { 'nginx':
it 'configures a nginx SSL server' do

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 8

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081409293.pp.mGPSE9 Last 10 lines of output were: Oct 20 08:14:07 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 08:14:08 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 08:14:08 centos8-64-puppet7.example.com nginx[4557]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:14:08 centos8-64-puppet7.example.com nginx[4557]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 08:14:08 centos8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.30 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 10

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081437437.pp.isLD8b Last 10 lines of output were: Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:13:55 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:08 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:08 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:08 debian10-64-puppet7.example.com systemd[1]: Stopped 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.99 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - CentOS 8

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081509100.pp.jadbrL Last 10 lines of output were: Oct 20 08:15:07 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 08:15:08 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 08:15:08 centos8-64-puppet8.example.com nginx[4514]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:08 centos8-64-puppet8.example.com nginx[4514]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 08:15:08 centos8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.46 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Debian 11

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081515815.pp.AwUQQL Last 10 lines of output were: Oct 20 08:14:41 debian11-64-puppet8.example.com nginx[9976]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 08:14:41 debian11-64-puppet8.example.com nginx[9976]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 20 08:14:41 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:48 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:48 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.61 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Debian 10

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081517453.pp.3GNoos Last 10 lines of output were: Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:14:24 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:41 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 08:14:41 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:14:41 debian10-64-puppet8.example.com systemd[1]: Stopped 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.84 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081517923.pp.h2mmP3 Last 10 lines of output were: Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com nginx[8946]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:17 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.80 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 11

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081521912.pp.k5bY7w Last 10 lines of output were: Oct 20 08:14:47 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:14:47 debian11-64-puppet7.example.com nginx[10008]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 08:14:47 debian11-64-puppet7.example.com nginx[10008]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 20 08:14:47 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 08:14:55 debian11-64-puppet7.example.com systemd[1]: Stopping 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.08 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081527450.pp.Rf5g04 Last 10 lines of output were: Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com nginx[8542]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:26 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.79 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Ubuntu 20.04

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081535950.pp.KHohfO Last 10 lines of output were: Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com nginx[8905]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:35 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.73 seconds

Check failure on line 130 in spec/acceptance/nginx_server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Ubuntu 22.04

nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081539588.pp.XL0XTF Last 10 lines of output were: Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com nginx[8503]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 08:15:38 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.66 seconds
pp = "
class { 'nginx':
nginx_version => '1.25.1',
package_source => 'nginx-mainline',
manage_repo => true,
}
Expand Down Expand Up @@ -181,6 +184,7 @@ class { 'nginx':
it 'configures a nginx SSL server' do
pp = "
class { 'nginx':
nginx_version => '1.25.1',
package_source => 'nginx-mainline',
manage_repo => true,
}
Expand Down

0 comments on commit 31aed7a

Please sign in to comment.