We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310103d commit 07538cdCopy full SHA for 07538cd
test/integration/syslog_ng/controls/syslog_ng.rb
@@ -5,3 +5,7 @@
5
describe package('syslog-ng') do
6
it { should be_installed }
7
end
8
+
9
+describe file('/etc/syslog-ng/syslog-ng.conf') do
10
+ it { should exist }
11
+end
0 commit comments