Remove unused validate_postgresql_connection.sh script #723
Annotations
2 errors and 1 warning
|
spec/classes/client_spec.rb#L24
postgresql::client with parameters has specified validate connexion
Failure/Error:
expect(subject).to contain_file('/opt/bin/my-validate-con.sh').with(ensure: 'file',
owner: 0,
group: 0,
mode: '0755')
expected that the catalogue would contain File[/opt/bin/my-validate-con.sh] with ensure set to "file" but it is set to "absent", and parameter owner set to 0 but it is set to nil, and parameter group set to 0 but it is set to nil, and parameter mode set to "0755" but it is set to nil
Diff:
@@ -1,7 +1 @@
-file
-
-0
-
-0
-
-0755
+absent
|
|
|
|
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
The logs for this run have expired and are no longer available.
Loading