enable TLSv1.3 by default #1134
ci.yml
on: pull_request
Puppet
/
Static validations
12s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
38 errors
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/
Failure/Error: its(:stdout) { should match(/TLSv1\.2/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.48 seconds\n" to match /TLSv1\.2/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.2/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000043s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.48 seconds
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/
Failure/Error: its(:stdout) { should match(/TLSv1\.3/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.48 seconds\n" to match /TLSv1\.3/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.3/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000043s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.48 seconds
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/
Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.48 seconds\n" to match /least strength: (A|strong)/
Diff:
@@ -1,9 +1,17 @@
-/least strength: (A|strong)/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000043s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.48 seconds
|
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/
Failure/Error: its(:stdout) { should match(/TLSv1\.2/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.44 seconds\n" to match /TLSv1\.2/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.2/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000043s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.44 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/
Failure/Error: its(:stdout) { should match(/TLSv1\.3/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.44 seconds\n" to match /TLSv1\.3/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.3/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000043s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.44 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/
Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.44 seconds\n" to match /least strength: (A|strong)/
Diff:
@@ -1,9 +1,17 @@
-/least strength: (A|strong)/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000043s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.44 seconds
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/
Failure/Error: its(:stdout) { should match(/TLSv1\.2/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.43 seconds\n" to match /TLSv1\.2/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.2/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000038s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.43 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/
Failure/Error: its(:stdout) { should match(/TLSv1\.3/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.43 seconds\n" to match /TLSv1\.3/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.3/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000038s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.43 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/
Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.43 seconds\n" to match /least strength: (A|strong)/
Diff:
@@ -1,9 +1,17 @@
-/least strength: (A|strong)/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000038s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.43 seconds
|
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/
Failure/Error: its(:stdout) { should match(/TLSv1\.2/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.43 seconds\n" to match /TLSv1\.2/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.2/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000037s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.43 seconds
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/
Failure/Error: its(:stdout) { should match(/TLSv1\.3/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.43 seconds\n" to match /TLSv1\.3/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.3/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000037s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.43 seconds
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/
Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.43 seconds\n" to match /least strength: (A|strong)/
Diff:
@@ -1,9 +1,17 @@
-/least strength: (A|strong)/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:53 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000037s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.43 seconds
|
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/
Failure/Error: its(:stdout) { should match(/TLSv1\.2/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.38 seconds\n" to match /TLSv1\.2/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.2/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000030s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/
Failure/Error: its(:stdout) { should match(/TLSv1\.3/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.38 seconds\n" to match /TLSv1\.3/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.3/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000030s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/
Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.38 seconds\n" to match /least strength: (A|strong)/
Diff:
@@ -1,9 +1,17 @@
-/least strength: (A|strong)/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000030s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/
Failure/Error: its(:stdout) { should match(/TLSv1\.2/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.38 seconds\n" to match /TLSv1\.2/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.2/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000036s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/
Failure/Error: its(:stdout) { should match(/TLSv1\.3/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.38 seconds\n" to match /TLSv1\.3/
Diff:
@@ -1,9 +1,17 @@
-/TLSv1\.3/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000036s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/
Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) }
expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.38 seconds\n" to match /least strength: (A|strong)/
Diff:
@@ -1,9 +1,17 @@
-/least strength: (A|strong)/
+Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:54 UTC
+Nmap scan report for localhost (127.0.0.1)
+Host is up (0.000036s latency).
+Other addresses for localhost (not scanned): ::1 127.0.0.1
+
+PORT STATE SERVICE
+8443/tcp closed https-alt
+
+Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|