This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
syslog-ng-formula
forked from
ExternalMirrors/syslog-ng-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Add test on syslog-ng service
master
Nicolas Rodriguez
7 years ago
parent
db019b7b6f
commit
2b7fab4318
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
+6
-0
test/integration/syslog_ng/controls/syslog_ng.rb
+ 6
- 0
test/integration/syslog_ng/controls/syslog_ng.rb
View File
@@ -9,3 +9,9 @@ end
describe file('/etc/syslog-ng/syslog-ng.conf') do
it { should exist }
end
describe sysv_service('syslog-ng') do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end
Write
Preview
Loading…
Cancel
Save