Skip to content

Add http2 directive instead of listen option #426

Add http2 directive instead of listen option

Add http2 directive instead of listen option #426

Triggered via pull request October 25, 2023 07:23
Status Failure
Total duration 15m 46s
Artifacts

ci.yml

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

Annotations

22 errors and 20 warnings
Puppet / - Archlinux rolling: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072902133.pp.iNsIwQ Last 10 lines of output were: Oct 25 07:29:04 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 25 07:29:04 archlinuxrolling-64-none.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 25 07:29:04 archlinuxrolling-64-none.example.com systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 25 07:29:04 archlinuxrolling-64-none.example.com nginx[1474]: 2023/10/25 07:29:04 [emerg] 1474#1474: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 25 07:29:04 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 25 07:29:04 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 25 07:29:04 archlinuxrolling-64-none.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.40 seconds
Puppet / - Archlinux rolling
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L698
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl http2 on with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+on;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+on;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header]
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L704
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items server_ssl_header template content with ssl with fact nginx_version=1.25.1 is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ /\s+http\s+off;/ Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{\s+http\s+off;}) } expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to /\s+http\s+off;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:443 ssl;\n listen [::]:443 ssl default ipv6only=on;\n\n\n server_name www.rspec.example.com;\n\nhttp2 off;\n ssl_certificate /tmp/dummy.crt;\n ssl_certificate_key /tmp/dummy.key;\n\n index index.html index.htm index.php;\n access_log /var/log/nginx/ssl-www.rspec.example.com.access.log;\n error_log /var/log/nginx/ssl-www.rspec.example.com.error.log;\n \n" Diff: @@ -1,16 +1,31 @@ -(?-mix:\s+http\s+off;) +# MANAGED BY PUPPET +server { + listen *:443 ssl; + listen [::]:443 ssl default ipv6only=on; + + + server_name www.rspec.example.com; + +http2 off; + ssl_certificate /tmp/dummy.crt; + ssl_certificate_key /tmp/dummy.key; + + index index.html index.htm index.php; + access_log /var/log/nginx/ssl-www.rspec.example.com.access.log; + error_log /var/log/nginx/ssl-www.rspec.example.com.error.log; +
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on centos-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on debian-10-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on debian-11-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on redhat-7-x86_64 with Facter 4.2.13 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on centos-8-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on centos-9-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on debian-10-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on debian-11-x86_64 with Facter 4.2.5 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1436
nginx::resource::server on redhat-7-x86_64 with Facter 4.2.13 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented