Drop Debian 10 #467
Annotations
10 errors and 10 warnings
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_server_spec.rb#L675
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.0 os-independent items server_ssl_header template content with ssl without a value for the nginx_version fact do is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/
Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ 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 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,15 +1,29 @@
-(?-mix: ssl on;)
+# MANAGED BY PUPPET
+server {
+ listen *:443 ssl;
+ listen [::]:443 ssl default ipv6only=on;
+
+
+ server_name www.rspec.example.com;
+
+ 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;
+
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on almalinux-9-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_server_spec.rb#L675
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items server_ssl_header template content with ssl without a value for the nginx_version fact do is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/
Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ 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 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,15 +1,29 @@
-(?-mix: ssl on;)
+# MANAGED BY PUPPET
+server {
+ listen *:443 ssl;
+ listen [::]:443 ssl default ipv6only=on;
+
+
+ server_name www.rspec.example.com;
+
+ 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;
+
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on centos-8-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_server_spec.rb#L675
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items server_ssl_header template content with ssl without a value for the nginx_version fact do is expected to contain Concat::Fragment[www.rspec.example.com-ssl-header] with content =~ / ssl on;/
Failure/Error: it { is_expected.to contain_concat__fragment("#{title}-ssl-header").with_content(%r{ ssl on;}) }
expected that the catalogue would contain Concat::Fragment[www.rspec.example.com-ssl-header] with content set to / ssl on;/ 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 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,15 +1,29 @@
-(?-mix: ssl on;)
+# MANAGED BY PUPPET
+server {
+ listen *:443 ssl;
+ listen [::]:443 ssl default ipv6only=on;
+
+
+ server_name www.rspec.example.com;
+
+ 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;
+
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L667
nginx::resource::mailhost on centos-9-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items mailhost_ssl template content when ssl_port is 45 should set the IPv4 SSL listen port
Failure/Error: expect(lines & Array(param[:match])).to eq(Array(param[:match]))
expected: [" listen *:45;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_server_spec.rb#L1445
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.6.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#L1445
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.14 and Puppet 8.6.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#L1445
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.14 and Puppet 8.6.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#L1445
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.6.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#L1445
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.6.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#L1445
nginx::resource::server on centos-8-x86_64 with Facter 4.2.14 and Puppet 8.6.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#L1445
nginx::resource::server on centos-9-x86_64 with Facter 4.2.14 and Puppet 8.6.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#L1445
nginx::resource::server on debian-11-x86_64 with Facter 4.2.14 and Puppet 8.6.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#L1445
nginx::resource::server on redhat-7-x86_64 with Facter 4.2.13 and Puppet 8.6.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#L1445
nginx::resource::server on redhat-8-x86_64 with Facter 4.2.14 and Puppet 8.6.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
|
Loading