Allow multiple values in gzip_proxied
parameter
#387
Annotations
9 errors and 10 warnings
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items server_header template content when ipv6_enable is true should enable IPv6
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[::\]:80 default ipv6only=on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[::\]:80 default ipv6only=on;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items server_header template content when ipv6_listen_ip is 2001:0db8:85a3:0000:0000:8a2e:0370:7334 should set the IPv6 listen IP
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[2001:0db8:85a3:0000:0000:8a2e:0370:7334\]:80 default ipv6only=on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[2001:0db8:85a3:0000:0000:8a2e:0370:7334\]:80 default ipv6only=on;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items server_header template content when ipv6_listen_port is 45 should set the IPv6 listen port
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[::\]:45 default ipv6only=on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[::\]:45 default ipv6only=on;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items server_header template content when ipv6_listen_options is spdy should set the IPv6 listen options
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[::\]:80 spdy;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[::\]:80 spdy;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on rocky-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items server_header template content when ipv6_enable is true should enable IPv6
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[::\]:80 default ipv6only=on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[::\]:80 default ipv6only=on;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on rocky-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items server_header template content when ipv6_listen_ip is 2001:0db8:85a3:0000:0000:8a2e:0370:7334 should set the IPv6 listen IP
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[2001:0db8:85a3:0000:0000:8a2e:0370:7334\]:80 default ipv6only=on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[2001:0db8:85a3:0000:0000:8a2e:0370:7334\]:80 default ipv6only=on;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on rocky-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items server_header template content when ipv6_listen_port is 45 should set the IPv6 listen port
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[::\]:45 default ipv6only=on;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[::\]:45 default ipv6only=on;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests:
spec/defines/resource_stream_spec.rb#L141
nginx::resource::streamhost on rocky-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items server_header template content when ipv6_listen_options is spdy should set the IPv6 listen options
Failure/Error: matches.each { |item| is_expected.to contain_concat__fragment("#{title}-header").with_content(item) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-header] with content set to /\s+listen\s+\[::\]:80 spdy;/ but it is set to "# MANAGED BY PUPPET\nserver {\n listen *:80;\n\n \n\n proxy_timeout 90s;\n proxy_connect_timeout 90s;\n proxy_pass ;\n\n }\n"
Diff:
@@ -1,11 +1,21 @@
-(?-mix:\s+listen\s+\[::\]:80 spdy;)
+# MANAGED BY PUPPET
+server {
+ listen *:80;
+
+
+
+ proxy_timeout 90s;
+ proxy_connect_timeout 90s;
+ proxy_pass ;
+
+ }
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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
|
Run tests:
spec/defines/resource_server_spec.rb#L1431
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