Saltstack Official Syslog-NG Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # encoding: utf-8
-
- title 'Test SyslogNG installation'
-
- describe package('syslog-ng') do
- it { should be_installed }
- end
-
- describe file('/etc/syslog-ng/syslog-ng.conf') do
- it { should exist }
- end
|