Saltstack Official Apt-Cacher Formula
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- control 'AptCacherNG service' do
- title 'should be running and enabled'
-
- describe service('apt-cacher-ng') do
- it { should be_enabled }
- it { should be_running }
- end
-
- describe port(9999) do
- it { should be_listening }
- end
- end
|