Merge pull request #3 from atomic111/master

Fix: change value of log_martians to the cookbook default
This commit is contained in:
Christoph Hartmann 2014-05-15 16:16:29 +02:00
commit 9cf628c952

View file

@ -98,8 +98,9 @@ describe 'IP V4 networking' do
its(:value) { should eq 0 } its(:value) { should eq 0 }
end end
# log_martians can cause a denial of service attack to the host
context linux_kernel_parameter('net.ipv4.conf.all.log_martians') do context linux_kernel_parameter('net.ipv4.conf.all.log_martians') do
its(:value) { should eq 1 } its(:value) { should eq 0 }
end end
end end