使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
syslog-ng-formula
镜像自地址
https://github.com/saltstack-formulas/syslog-ng-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
7
百科
动态
浏览代码
Add test on syslog-ng service
tags/v0.2.0
Nicolas Rodriguez
7 年前
父节点
db019b7b6f
当前提交
2b7fab4318
共有
1 个文件被更改
,包括
6 次插入
和
0 次删除
分列视图
显示文件统计
+6
-0
test/integration/syslog_ng/controls/syslog_ng.rb
+ 6
- 0
test/integration/syslog_ng/controls/syslog_ng.rb
查看文件
@@ -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
撰写
预览
正在加载...
取消
保存