Add http2
directive instead of listen
option
#427
Annotations
10 errors and 10 warnings
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]
|
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\n http2 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;
+
|
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]
|
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\n http2 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;
+
|
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]
|
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\n http2 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;
+
|
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]
|
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\n http2 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;
+
|
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]
|
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\n http2 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;
+
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
The logs for this run have expired and are no longer available.
Loading