We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bcdb4d + 17eb756 commit bf66b20Copy full SHA for bf66b20
1 file changed
controls/postgres_spec.rb
@@ -34,17 +34,6 @@
34
command('psql').exist?
35
end
36
37
-control 'postgres-01' do
38
- impact 1.0
39
- title 'Postgresql should be running'
40
- desc 'Postgresql should be running.'
41
- describe service(postgres.service) do
42
- it { should be_installed }
43
- it { should be_running }
44
- it { should be_enabled }
45
- end
46
-end
47
-
48
control 'postgres-02' do
49
impact 1.0
50
title 'Use stable postgresql version'
0 commit comments