This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ExternalMirrors
/
syslog-ng-formula
镜像来自
https://github.com/saltstack-formulas/syslog-ng-formula
關註
1
收藏
0
複製
1
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
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
Write
Preview
Loading…
取消
儲存