describe file('/etc/syslog-ng/syslog-ng.conf') do | describe file('/etc/syslog-ng/syslog-ng.conf') do | ||||
it { should exist } | it { should exist } | ||||
end | end | ||||
describe sysv_service('syslog-ng') do | |||||
it { should be_installed } | |||||
it { should be_enabled } | |||||
it { should be_running } | |||||
end |