Saltstack Official Linux Formula
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
-
- ## NETCONSOLE
- #
- describe file('/etc/default/netconsole.conf') do
- it('should exist')
- its('content') { should match /^PORT="514"/}
- its('content') { should match /^netconsole "bond0" "192.168.0.1" "ff:ff:ff:ff:ff:ff"/}
- its('content') { should match /^dmesg -n "debug"/}
- end
-
- describe file('/etc/dhcp/dhclient-exit-hooks.d/netconsole') do
- it('should exist')
- its('content') { should match /netconsole_setup/}
- end
|