Saltstack Official Linux Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- ## 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
|