Drop CentOS and Redhat 7 support #173
Annotations
6 errors and 18 warnings
Puppet 7 - Debian 9
Process completed with exit code 1.
|
Puppet 7 (Ruby 2.7):
spec/defines/openvpn_server_spec.rb#L681
openvpn::server on redhat-8-x86_64 with easyrsa 2.0 creating a server with the minimum parameters is expected to contain File[/etc/openvpn/server/test_server.conf] with content =~ /^local\s+10\.0\.2\.15$/
Failure/Error: it { is_expected.to contain_file("#{server_directory}/test_server.conf").with_content(%r{^local\s+10\.0\.2\.15$}) }
expected that the catalogue would contain File[/etc/openvpn/server/test_server.conf] with content set to /^local\s+10\.0\.2\.15$/ but it is set to "mode server\nclient-config-dir /etc/openvpn/server/test_server/client-configs\nca /etc/openvpn/server/test_server/keys/ca.crt\ncert /etc/openvpn/server/test_server/keys/server.crt\nkey /etc/openvpn/server/test_server/keys/server.key\ndh /etc/openvpn/server/test_server/keys/dh2048.pem\ncrl-verify /etc/openvpn/server/test_server/crl.pem\nproto tcp-server\nport 1194\ntls-server\ngroup nobody\nuser nobody\nstatus /var/log/openvpn/test_server-status.log\ndev tun0\nlocal 10.109.1.2\ntopology net30\ncipher AES-256-GCM\ntls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256\n\n# Additional custom options\n"
Diff:
@@ -1,20 +1,39 @@
-(?-mix:^local\s+10\.0\.2\.15$)
+mode server
+client-config-dir /etc/openvpn/server/test_server/client-configs
+ca /etc/openvpn/server/test_server/keys/ca.crt
+cert /etc/openvpn/server/test_server/keys/server.crt
+key /etc/openvpn/server/test_server/keys/server.key
+dh /etc/openvpn/server/test_server/keys/dh2048.pem
+crl-verify /etc/openvpn/server/test_server/crl.pem
+proto tcp-server
+port 1194
+tls-server
+group nobody
+user nobody
+status /var/log/openvpn/test_server-status.log
+dev tun0
+local 10.109.1.2
+topology net30
+cipher AES-256-GCM
+tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
+
+# Additional custom options
|
Puppet 7 (Ruby 2.7):
spec/defines/openvpn_server_spec.rb#L681
openvpn::server on redhat-7-x86_64 with easyrsa 2.0 creating a server with the minimum parameters is expected to contain File[/etc/openvpn/test_server.conf] with content =~ /^local\s+10\.0\.2\.15$/
Failure/Error: it { is_expected.to contain_file("#{server_directory}/test_server.conf").with_content(%r{^local\s+10\.0\.2\.15$}) }
expected that the catalogue would contain File[/etc/openvpn/test_server.conf] with content set to /^local\s+10\.0\.2\.15$/ but it is set to "mode server\nclient-config-dir /etc/openvpn/test_server/client-configs\nca /etc/openvpn/test_server/keys/ca.crt\ncert /etc/openvpn/test_server/keys/server.crt\nkey /etc/openvpn/test_server/keys/server.key\ndh /etc/openvpn/test_server/keys/dh2048.pem\ncrl-verify /etc/openvpn/test_server/crl.pem\nproto tcp-server\nport 1194\ntls-server\ngroup nobody\nuser nobody\nstatus /var/log/openvpn/test_server-status.log\ndev tun0\nlocal 10.109.1.2\ntopology net30\ncipher AES-256-GCM\ntls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256\n\n# Additional custom options\n"
Diff:
@@ -1,20 +1,39 @@
-(?-mix:^local\s+10\.0\.2\.15$)
+mode server
+client-config-dir /etc/openvpn/test_server/client-configs
+ca /etc/openvpn/test_server/keys/ca.crt
+cert /etc/openvpn/test_server/keys/server.crt
+key /etc/openvpn/test_server/keys/server.key
+dh /etc/openvpn/test_server/keys/dh2048.pem
+crl-verify /etc/openvpn/test_server/crl.pem
+proto tcp-server
+port 1194
+tls-server
+group nobody
+user nobody
+status /var/log/openvpn/test_server-status.log
+dev tun0
+local 10.109.1.2
+topology net30
+cipher AES-256-GCM
+tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
+
+# Additional custom options
|
Puppet 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet 7 - CentOS 7
Canceling since a higher priority waiting request for '456/merge' exists
|
Puppet 7 - CentOS 7
The operation was canceled.
|
Setup Test Matrix
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Setup Test Matrix
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Debian 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Debian 9
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 (Ruby 2.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 (Ruby 2.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Ubuntu 18.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Ubuntu 18.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Debian 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Debian 10
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - CentOS 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - CentOS 8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Debian 11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Debian 11
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Ubuntu 20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Ubuntu 20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Ubuntu 22.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Ubuntu 22.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|