add version defaults for Debian, Ubuntu and RedHat (clones) #568
Annotations
9 errors and 10 warnings
Run tests:
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on redhat-8-x86_64 with Facter 4.5.2 and Puppet 7.33.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 ssl;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on redhat-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on rocky-8-x86_64 with Facter 4.5.0 and Puppet 7.33.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 ssl;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on rocky-8-x86_64 with Facter 4.5.0 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.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 ssl;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on almalinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L660
nginx::resource::mailhost on oraclelinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.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 ssl;"]
got: []
(compared using ==)
|
Run tests:
spec/defines/resource_mailhost_spec.rb#L694
nginx::resource::mailhost on oraclelinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.0 os-independent items mailhost_ssl template content on nginx 1.16 when version comes from fact has `ssl` at end of listen directive
Failure/Error: expect(content).to include('listen *:587 ssl;')
expected "# MANAGED BY PUPPET\nserver {\n listen *:587;\n listen [::]:587 defa...iphers on;\n ssl_protocols default-protocols;\n ssl_session_timeout 5m;\n}\n" to include "listen *:587 ssl;"
Diff:
@@ -1,22 +1,43 @@
-listen *:587 ssl;
+# MANAGED BY PUPPET
+server {
+ listen *:587;
+ listen [::]:587 default ipv6only=on;
+ server_name www.rspec.example.com;
+ xclient on;
+
+ proxy_pass_error_message off;
+
+
+ ssl on;
+
+ starttls off;
+
+
+ ssl_certificate dummy.crt;
+ ssl_certificate_key dummy.key;
+ ssl_ciphers default-ciphers;
+ ssl_prefer_server_ciphers on;
+ ssl_protocols default-protocols;
+ ssl_session_timeout 5m;
+}
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/defines/resource_server_spec.rb#L1475
nginx::resource::server on debian-11-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on debian-12-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on redhat-8-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on redhat-9-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on rocky-8-x86_64 with Facter 4.5.0 and Puppet 7.33.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#L1475
nginx::resource::server on rocky-9-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on almalinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on almalinux-9-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on oraclelinux-8-x86_64 with Facter 4.5.2 and Puppet 7.33.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#L1475
nginx::resource::server on oraclelinux-9-x86_64 with Facter 4.5.2 and Puppet 7.33.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