使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
salt
/
syslog-ng-formula
派生自
ExternalMirrors/syslog-ng-formula
关注
1
点赞
0
派生
0
代码
版本发布
0
动态
浏览代码
Add test to trigger Travis build
master
Nicolas Rodriguez
7 年前
父节点
310103d00e
当前提交
07538cd954
共有
1 个文件被更改
,包括
4 次插入
和
0 次删除
分列视图
显示文件统计
+4
-0
test/integration/syslog_ng/controls/syslog_ng.rb
+ 4
- 0
test/integration/syslog_ng/controls/syslog_ng.rb
查看文件
@@ -5,3 +5,7 @@ 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
撰写
预览
正在加载...
取消
保存