Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 18, 2023
1 parent b93edfa commit 2ea56ec
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': nginx_version => '1.25.2'}
class { 'nginx': }
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': nginx_version => '1.25.2'}

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_115253095.pp.xmeTb2 Last 10 lines of output were: Oct 18 11:52:57 almalinux8-64-puppet7.example.com nginx[4222]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:52:57 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:52:57 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:52:57 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.66 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_115257212.pp.55GhEW Last 10 lines of output were: Oct 18 11:52:44 almalinux9-64-puppet7.example.com nginx[3941]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:52:44 almalinux9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:52:47 almalinux9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:52:47 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.91 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_115258511.pp.VQtro2 Last 10 lines of output were: Oct 18 11:52:45 rocky9-64-puppet7.example.com nginx[3737]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:52:45 rocky9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:52:48 rocky9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:52:48 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 3.29 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_115314816.pp.EB3MIQ Last 10 lines of output were: Oct 18 11:53:02 centos9-64-puppet7.example.com nginx[3350]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:02 centos9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:05 centos9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:05 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.25 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_115314461.pp.CdNAbn Last 10 lines of output were: Oct 18 11:53:20 rocky8-64-puppet7.example.com nginx[3908]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:53:20 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:53:20 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:53:20 rocky8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.09 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_115322599.pp.Dfb9I0 Last 10 lines of output were: Oct 18 11:53:03 almalinux9-64-puppet8.example.com nginx[3943]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:03 almalinux9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:07 almalinux9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:07 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.01 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_115342857.pp.OkotuG Last 10 lines of output were: Oct 18 11:53:23 centos9-64-puppet8.example.com nginx[3309]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:23 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:27 centos9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:27 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.25 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_115356474.pp.kdeyIj Last 10 lines of output were: Oct 18 11:54:08 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:54:08 centos8-64-puppet7.example.com nginx[4618]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:08 centos8-64-puppet7.example.com nginx[4618]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:54: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 10.24 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_115348005.pp.HVKxn8 Last 10 lines of output were: Oct 18 11:53:56 almalinux8-64-puppet8.example.com nginx[4166]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:53:56 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:53:56 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:53:56 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.80 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_115351990.pp.4Jr71u Last 10 lines of output were: Oct 18 11:54:00 rocky8-64-puppet8.example.com nginx[3854]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:00 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:54:00 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:54:00 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.85 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_115412637.pp.mz7YIq Last 10 lines of output were: Oct 18 11:54:02 centos7-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:54:04 centos7-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:54:04 centos7-64-puppet7.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:54:04 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 9.04 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_115407317.pp.E70R6e Last 10 lines of output were: Oct 18 11:53:43 rocky9-64-puppet8.example.com nginx[3663]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:43 rocky9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:48 rocky9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:48 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 4.27 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_115418628.pp.O994eL Last 10 lines of output were: Oct 18 11:54:32 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:54:32 centos8-64-puppet8.example.com nginx[4582]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:32 centos8-64-puppet8.example.com nginx[4582]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:54:32 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 9.94 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_115439185.pp.MzR8Kx Last 10 lines of output were: Oct 18 11:54:32 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:32 ubuntu2204-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com nginx[8169]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.27 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_115511806.pp.Ucmdva Last 10 lines of output were: Oct 18 11:54:52 centos7-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:54:58 centos7-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:54:58 centos7-64-puppet8.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:54:58 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 6.22 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_115514742.pp.HVgbhc Last 10 lines of output were: Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:54:50 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:54:50 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:54:50 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 1.79 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_115519360.pp.lBsPgG Last 10 lines of output were: Oct 18 11:55:10 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:10 ubuntu2204-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com nginx[8129]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.34 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_115526349.pp.rSHoku Last 10 lines of output were: Oct 18 11:54:45 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:45 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:01 debian11-64-puppet8.example.com nginx[9983]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.63 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_115530120.pp.8EIspn Last 10 lines of output were: Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:55:05 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:55:05 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:55:05 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 2.41 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_115618302.pp.2DEI5W Last 10 lines of output were: Oct 18 11:55:51 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:55:51 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:55:51 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:55:51 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:51 debian11-64-puppet7.example.com nginx[10014]: 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:55:51 debian11-64-puppet7.example.com nginx[10014]: 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:55:51 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:55:59 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... �[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 - 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_115618296.pp.dvTW07 Last 10 lines of output were: Oct 18 11:56:08 ubuntu2004-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com nginx[8552]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:56:27 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 2.17 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_115649887.pp.zou68U Last 10 lines of output were: Oct 18 11:56:37 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:56:37 ubuntu2004-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com nginx[8511]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 2.36 seconds
pp = "
class { 'nginx': nginx_version => '1.25.2'}
class { 'nginx': }
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
ssl => true,
Expand Down Expand Up @@ -121,7 +121,7 @@ class { 'nginx': nginx_version => '1.25.2'}
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_115258915.pp.JrNXfM Last 10 lines of output were: Oct 18 11:53:01 almalinux8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:53:01 almalinux8-64-puppet7.example.com nginx[4552]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:53:01 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:53:01 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:53:01 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.27 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_115303452.pp.dyZki3 Last 10 lines of output were: Oct 18 11:52:44 almalinux9-64-puppet7.example.com nginx[3941]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:52:44 almalinux9-64-puppet7.example.com nginx[3941]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:52:44 almalinux9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:52:47 almalinux9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:52:47 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.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 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_115305205.pp.WSPmbr Last 10 lines of output were: Oct 18 11:52:45 rocky9-64-puppet7.example.com nginx[3737]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:52:45 rocky9-64-puppet7.example.com nginx[3737]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:52:45 rocky9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:52:48 rocky9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:52:48 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.28 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_115321156.pp.6BPSzE Last 10 lines of output were: Oct 18 11:53:02 centos9-64-puppet7.example.com nginx[3350]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:53:02 centos9-64-puppet7.example.com nginx[3350]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:02 centos9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:05 centos9-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:05 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.27 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_115321263.pp.IPtU8g Last 10 lines of output were: Oct 18 11:53:24 rocky8-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:53:24 rocky8-64-puppet7.example.com nginx[4210]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:53:24 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:53:24 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:53:24 rocky8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: 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 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_115330579.pp.p9UdQc Last 10 lines of output were: Oct 18 11:53:03 almalinux9-64-puppet8.example.com nginx[3943]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:53:03 almalinux9-64-puppet8.example.com nginx[3943]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:03 almalinux9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:07 almalinux9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:07 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.29 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_115350996.pp.sdUsjC Last 10 lines of output were: Oct 18 11:53:23 centos9-64-puppet8.example.com nginx[3309]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:53:23 centos9-64-puppet8.example.com nginx[3309]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:23 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:27 centos9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:27 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.33 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_115409826.pp.6QtSJH Last 10 lines of output were: Oct 18 11:54:08 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 18 11:54:08 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:54:08 centos8-64-puppet7.example.com nginx[4618]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:08 centos8-64-puppet7.example.com nginx[4618]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:54: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 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_115358103.pp.an5HuC Last 10 lines of output were: Oct 18 11:54:03 almalinux8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:03 almalinux8-64-puppet8.example.com nginx[4493]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:03 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:54:03 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:54:03 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.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_115401775.pp.VMSBpu Last 10 lines of output were: Oct 18 11:54:07 rocky8-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:07 rocky8-64-puppet8.example.com nginx[4153]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:07 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 Oct 18 11:54:07 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 18 11:54:07 rocky8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.41 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_115424942.pp.utS2dh Last 10 lines of output were: Oct 18 11:54:02 centos7-64-puppet7.example.com nginx[3416]: 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:54:02 centos7-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:54:04 centos7-64-puppet7.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:54:04 centos7-64-puppet7.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:54:04 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.25 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_115417667.pp.yFkQWW Last 10 lines of output were: Oct 18 11:53:43 rocky9-64-puppet8.example.com nginx[3663]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Oct 18 11:53:43 rocky9-64-puppet8.example.com nginx[3663]: nginx: configuration file /etc/nginx/nginx.conf test is successful Oct 18 11:53:43 rocky9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:53:48 rocky9-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:53:48 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.41 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_115433768.pp.atBjhw Last 10 lines of output were: Oct 18 11:54:31 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 18 11:54:32 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 18 11:54:32 centos8-64-puppet8.example.com nginx[4582]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54:32 centos8-64-puppet8.example.com nginx[4582]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 18 11:54:32 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.39 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_115446100.pp.uFVbxg Last 10 lines of output were: Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:45 ubuntu2204-64-puppet7.example.com nginx[8169]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:54: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.43 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_115523514.pp.x51k2s Last 10 lines of output were: Oct 18 11:54:52 centos7-64-puppet8.example.com nginx[3644]: 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:54:52 centos7-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server. Oct 18 11:54:58 centos7-64-puppet8.example.com systemd[1]: Stopping The nginx HTTP and reverse proxy server... Oct 18 11:54:58 centos7-64-puppet8.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server. Oct 18 11:54:58 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.33 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_115523254.pp.hzE1Oo Last 10 lines of output were: Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:34 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:54:50 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:54:50 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:54:50 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.88 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_115528009.pp.fCA9f3 Last 10 lines of output were: Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:27 ubuntu2204-64-puppet8.example.com nginx[8129]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:55:27 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.38 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_115535141.pp.BO8CDD Last 10 lines of output were: Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:55:01 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:01 debian11-64-puppet8.example.com nginx[9983]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 �[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.67 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_115538728.pp.p1VD24 Last 10 lines of output were: Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:54:49 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:55:05 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 18 11:55:05 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:55:05 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 2.48 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_115627884.pp.CXZK2b Last 10 lines of output were: Oct 18 11:55:51 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:55:51 debian11-64-puppet7.example.com nginx[10014]: 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:55:51 debian11-64-puppet7.example.com nginx[10014]: 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:55:51 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 18 11:55:59 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.44 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_115628902.pp.lecL8A Last 10 lines of output were: Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:56:27 ubuntu2004-64-puppet7.example.com nginx[8552]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:56:27 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 2.31 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_115702999.pp.H8vUHu Last 10 lines of output were: Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 18 11:57:02 ubuntu2004-64-puppet8.example.com nginx[8511]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 18 11:57:02 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.29 seconds
pp = "
class { 'nginx': nginx_version => '1.25.2'}
class { 'nginx': }
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
ssl => true,
Expand Down Expand Up @@ -171,7 +171,7 @@ class { 'nginx': nginx_version => '1.25.2'}
context 'should run successfully with ssl_redirect' do
it 'configures a nginx SSL server' do
pp = "
class { 'nginx': nginx_version => '1.25.2'}
class { 'nginx': }
nginx::resource::server { 'www.puppetlabs.com':
ensure => present,
ssl => true,
Expand Down

0 comments on commit 2ea56ec

Please sign in to comment.