We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b402ef6 commit 17eb756Copy full SHA for 17eb756
controls/postgres_spec.rb
@@ -34,23 +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
- if os[:name] == 'ubuntu'
42
- describe command('/etc/init.d/postgresql status') do
43
- its('stdout') { should include 'active' }
44
- end
45
- else
46
- describe service(postgres.service) do
47
- it { should be_installed }
48
- it { should be_running }
49
- it { should be_enabled }
50
51
52
-end
53
-
54
control 'postgres-02' do
55
impact 1.0
56
title 'Use stable postgresql version'
0 commit comments