Skip to content

Commit bf66b20

Browse files
authored
Merge pull request #54 from professormahi/master
Remove control for running Database
2 parents 1bcdb4d + 17eb756 commit bf66b20

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

controls/postgres_spec.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434
command('psql').exist?
3535
end
3636

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-
4837
control 'postgres-02' do
4938
impact 1.0
5039
title 'Use stable postgresql version'

0 commit comments

Comments
 (0)