Skip to content

Commit

Permalink
adding nginx version to acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 18, 2023
1 parent 703c65c commit b93edfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/acceptance/nginx_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
context 'new server on port 80' do
it 'configures a nginx server' do
pp = "
class { 'nginx': }
class { 'nginx': nginx_version => '1.25.2'}
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
www_root => '/var/www/www.puppetlabs.com',
Expand Down Expand Up @@ -57,7 +57,7 @@ class { 'nginx': }

it 'configures a nginx SSL server' do

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 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 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111935173.pp.V2oA8L Last 10 lines of output were: Oct 18 11:19:40 almalinux8-64-puppet7.example.com nginx[4204]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:19:40 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:19:40 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:19:40 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.67 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 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 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111954435.pp.iORvIN Last 10 lines of output were: Oct 18 11:19:59 rocky8-64-puppet7.example.com nginx[3923]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:19:59 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:19:59 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:19:59 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.85 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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_112001322.pp.nGlYmU Last 10 lines of output were: Oct 18 11:19:49 rocky9-64-puppet7.example.com nginx[3717]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:19:49 rocky9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:19:51 rocky9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:19:51 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.97 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

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_112007594.pp.CTOhU2 Last 10 lines of output were: Oct 18 11:19:53 centos9-64-puppet7.example.com nginx[3318]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:19:53 centos9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:19:56 centos9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:19:56 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 4.28 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Rocky 9

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_112026269.pp.XGRRaH Last 10 lines of output were: Oct 18 11:20:05 rocky9-64-puppet8.example.com nginx[3680]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:05 rocky9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:10 rocky9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:10 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.06 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - AlmaLinux 9

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_112028802.pp.fgORwM Last 10 lines of output were: Oct 18 11:20:04 almalinux9-64-puppet8.example.com nginx[3883]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:04 almalinux9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:10 almalinux9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:10 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 3.62 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Rocky 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 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112036622.pp.OXd31L Last 10 lines of output were: Oct 18 11:20:45 rocky8-64-puppet8.example.com nginx[3838]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:45 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:20:45 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:20:45 rocky8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.79 seconds

Check failure on line 58 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_112045933.pp.e5KckB Last 10 lines of output were: Oct 18 11:20:58 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:20:58 centos8-64-puppet7.example.com nginx[4637]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:58 centos8-64-puppet7.example.com nginx[4637]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:20:58 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 10.10 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - AlmaLinux 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 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112038121.pp.gT9Tvc Last 10 lines of output were: Oct 18 11:20:47 almalinux8-64-puppet8.example.com nginx[4150]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:47 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:20:47 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:20:47 almalinux8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.71 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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_112102409.pp.cUFQNJ Last 10 lines of output were: Oct 18 11:20:48 almalinux9-64-puppet7.example.com nginx[3945]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:48 almalinux9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:51 almalinux9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:51 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 3.56 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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_112101293.pp.QXQrX8 Last 10 lines of output were: Oct 18 11:20:51 centos7-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:53 centos7-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:53 centos7-64-puppet7.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:20:53 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 11.13 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - CentOS 9

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_112109618.pp.N6HiKE Last 10 lines of output were: Oct 18 11:20:43 centos9-64-puppet8.example.com nginx[3323]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:43 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:49 centos9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:49 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 4.25 seconds

Check failure on line 58 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_112118796.pp.0AQNJs Last 10 lines of output were: Oct 18 11:21:33 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:21:33 centos8-64-puppet8.example.com nginx[4581]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:21:33 centos8-64-puppet8.example.com nginx[4581]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:21:33 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 10.38 seconds

Check failure on line 58 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_112134769.pp.rIuBLp Last 10 lines of output were: Oct 18 11:21:06 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:21:17 debian11-64-puppet7.example.com nginx[10022]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 18 11:21:17 debian11-64-puppet7.example.com nginx[10022]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. �[mNotice: Applied catalog in 1.48 seconds

Check failure on line 58 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_112202478.pp.ZjB59L Last 10 lines of output were: Oct 18 11:21:38 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:21:38 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:21:38 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:21:38 debian11-64-puppet8.example.com nginx[9984]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 18 11:21:38 debian11-64-puppet8.example.com nginx[9984]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 18 11:21:38 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:21:46 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:21:46 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: Applied catalog in 1.53 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - CentOS 7

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_112207025.pp.p8sYtR Last 10 lines of output were: Oct 18 11:21:47 centos7-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:21:53 centos7-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:21:53 centos7-64-puppet8.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:21:53 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 10.29 seconds

Check failure on line 58 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_112220942.pp.uUpVIZ Last 10 lines of output were: Oct 18 11:22:12 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:12 ubuntu2004-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com nginx[8549]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:22:28 ubuntu2004-64-puppet7.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 58 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_112236923.pp.bKyf0U Last 10 lines of output were: Oct 18 11:22:28 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:28 ubuntu2204-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com nginx[8168]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.75 seconds

Check failure on line 58 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_112258900.pp.qRIf0O Last 10 lines of output were: Oct 18 11:22:47 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:47 ubuntu2204-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com nginx[8131]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.86 seconds

Check failure on line 58 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_112306800.pp.7n94FD Last 10 lines of output were: Oct 18 11:22:15 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:22:15 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:15 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:15 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:35 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:35 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:22:35 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.34 seconds

Check failure on line 58 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_112306183.pp.cXEqgH Last 10 lines of output were: Oct 18 11:22:06 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:36 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:36 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: Applied catalog in 2.83 seconds

Check failure on line 58 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_112357524.pp.9dKtcF Last 10 lines of output were: Oct 18 11:23:45 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:23:45 ubuntu2004-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com nginx[8513]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 2.12 seconds
pp = "
class { 'nginx': }
class { 'nginx': nginx_version => '1.25.2'}
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
ssl => true,
Expand Down Expand Up @@ -121,7 +121,7 @@ class { 'nginx': }
context 'should run successfully with encrypted ssl key' do
it 'configures a nginx SSL server' do

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 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 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111941057.pp.eiQE3R Last 10 lines of output were: Oct 18 11:19:43 almalinux8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:19:43 almalinux8-64-puppet7.example.com nginx[4534]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:19:43 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:19:43 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:19:43 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.28 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 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 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112000307.pp.MPrsLa Last 10 lines of output were: Oct 18 11:20:02 rocky8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:20:02 rocky8-64-puppet7.example.com nginx[4225]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:02 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:20:02 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:20:02 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.23 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112007393.pp.Pha3fX Last 10 lines of output were: Oct 18 11:19:49 rocky9-64-puppet7.example.com nginx[3717]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:19:49 rocky9-64-puppet7.example.com nginx[3717]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:19:49 rocky9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:19:51 rocky9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:19:51 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.27 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

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 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112015350.pp.5tEfiH Last 10 lines of output were: Oct 18 11:19:53 centos9-64-puppet7.example.com nginx[3318]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:19:53 centos9-64-puppet7.example.com nginx[3318]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:19:53 centos9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:19:56 centos9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:19:56 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.30 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Rocky 9

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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112034566.pp.xBnxQW Last 10 lines of output were: Oct 18 11:20:05 rocky9-64-puppet8.example.com nginx[3680]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:20:05 rocky9-64-puppet8.example.com nginx[3680]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:05 rocky9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:10 rocky9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:10 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.34 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - AlmaLinux 9

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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112038403.pp.vkGJsJ Last 10 lines of output were: Oct 18 11:20:04 almalinux9-64-puppet8.example.com nginx[3883]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:20:04 almalinux9-64-puppet8.example.com nginx[3883]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:04 almalinux9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:10 almalinux9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:10 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.38 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - Rocky 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 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112046275.pp.aoPjEc Last 10 lines of output were: Oct 18 11:20:51 rocky8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:20:51 rocky8-64-puppet8.example.com nginx[4137]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:51 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:20:51 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:20:51 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.40 seconds

Check failure on line 122 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_112059169.pp.D05pRF Last 10 lines of output were: Oct 18 11:20:57 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 18 11:20:58 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:20:58 centos8-64-puppet7.example.com nginx[4637]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:58 centos8-64-puppet7.example.com nginx[4637]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:20:58 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.32 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - AlmaLinux 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 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112048325.pp.Okx0ec Last 10 lines of output were: Oct 18 11:20:53 almalinux8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:20:53 almalinux8-64-puppet8.example.com nginx[4477]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:20:53 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:20:53 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:20:53 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.37 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112109665.pp.Pw6AYq Last 10 lines of output were: Oct 18 11:20:48 almalinux9-64-puppet7.example.com nginx[3945]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:20:48 almalinux9-64-puppet7.example.com nginx[3945]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:48 almalinux9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:51 almalinux9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:51 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.32 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112115444.pp.7EsdvI Last 10 lines of output were: Oct 18 11:20:51 centos7-64-puppet7.example.com nginx[3591]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 18 11:20:51 centos7-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:53 centos7-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:53 centos7-64-puppet7.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:20:53 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.23 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - CentOS 9

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 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112120474.pp.SNFwd8 Last 10 lines of output were: Oct 18 11:20:43 centos9-64-puppet8.example.com nginx[3323]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:20:43 centos9-64-puppet8.example.com nginx[3323]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:20:43 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:20:49 centos9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:20:49 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.45 seconds

Check failure on line 122 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_112134496.pp.q1je5H Last 10 lines of output were: Oct 18 11:21:32 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 18 11:21:33 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:21:33 centos8-64-puppet8.example.com nginx[4581]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:21:33 centos8-64-puppet8.example.com nginx[4581]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:21:33 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.37 seconds

Check failure on line 122 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_112140949.pp.Kxsnzk Last 10 lines of output were: Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:21:17 debian11-64-puppet7.example.com nginx[10022]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 18 11:21:17 debian11-64-puppet7.example.com nginx[10022]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 18 11:21:17 debian11-64-puppet7.example.com systemd[1]: Started 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.56 seconds

Check failure on line 122 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_112210822.pp.cQnw7v Last 10 lines of output were: Oct 18 11:21:38 debian11-64-puppet8.example.com nginx[9984]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 18 11:21:38 debian11-64-puppet8.example.com nginx[9984]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 18 11:21:38 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:21:46 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:21:46 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.65 seconds

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

View workflow job for this annotation

GitHub Actions / Puppet / 8 - CentOS 7

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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112223225.pp.tAubsP Last 10 lines of output were: Oct 18 11:21:47 centos7-64-puppet8.example.com nginx[3496]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 18 11:21:47 centos7-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:21:53 centos7-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:21:53 centos7-64-puppet8.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:21:53 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.40 seconds

Check failure on line 122 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_112229057.pp.d2lbvK Last 10 lines of output were: Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:28 ubuntu2004-64-puppet7.example.com nginx[8549]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:22:28 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.88 seconds

Check failure on line 122 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_112245962.pp.MgPHkn Last 10 lines of output were: Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:45 ubuntu2204-64-puppet7.example.com nginx[8168]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:22:45 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.85 seconds

Check failure on line 122 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_112310448.pp.dNnF9X Last 10 lines of output were: Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:23:09 ubuntu2204-64-puppet8.example.com nginx[8131]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:23:09 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.99 seconds

Check failure on line 122 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_112317651.pp.RyC96l Last 10 lines of output were: Oct 18 11:22:15 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:15 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:35 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:35 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:22:35 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 2.49 seconds

Check failure on line 122 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_112316368.pp.qu6QdA Last 10 lines of output were: Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:22:17 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:22:36 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:22:36 debian10-64-puppet7.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 2.83 seconds

Check failure on line 122 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_112409913.pp.AuhRRY Last 10 lines of output were: Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:24:09 ubuntu2004-64-puppet8.example.com nginx[8513]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:24:09 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 2.23 seconds
pp = "
class { 'nginx': }
class { 'nginx': nginx_version => '1.25.2'}
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
ssl => true,
Expand Down Expand Up @@ -171,7 +171,7 @@ class { 'nginx': }
context 'should run successfully with ssl_redirect' do
it 'configures a nginx SSL server' do
pp = "
class { 'nginx': }
class { 'nginx': nginx_version => '1.25.2'}
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
ssl => true,
Expand Down

0 comments on commit b93edfa

Please sign in to comment.