Skip to content

Commit 2b7fab4

Browse files
committed
Add test on syslog-ng service
1 parent db019b7 commit 2b7fab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/syslog_ng/controls/syslog_ng.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99
describe file('/etc/syslog-ng/syslog-ng.conf') do
1010
it { should exist }
1111
end
12+
13+
describe sysv_service('syslog-ng') do
14+
it { should be_installed }
15+
it { should be_enabled }
16+
it { should be_running }
17+
end

0 commit comments

Comments
 (0)