Saltstack Official Linux Formula
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
-
- ## 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
|