Saltstack Official Apt-Cacher Formula
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
1234567891011 |
- control 'AptCacherNG configuration' do
- title 'should match desired lines'
-
- describe file('/etc/apt-cacher-ng/zzz_acng.conf') do
- # Default config
- its('content') { should include "BindAddress: 0.0.0.0" }
-
- # Custom config
- its('content') { should include "Port: 9999" }
- end
- end
|