Correct iptables log option order
* modules/openstack_project/manifests/single_use_slave.pp: The --log-prefix option must come after -j LOG to be parsed successfully. Change-Id: Ibd706ec267f3d684e8d2ac6141aa839589fe38bd
This commit is contained in:
parent
588a44ba8a
commit
8bb8274841
@ -37,7 +37,7 @@ class openstack_project::single_use_slave (
|
||||
'-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT',
|
||||
'-p tcp --dport 8003 -s 172.24.4.0/24 -j ACCEPT',
|
||||
'-p tcp --dport 8004 -s 172.24.4.0/24 -j ACCEPT',
|
||||
'-m limit --limit 2/min --log-prefix "iptables dropped: " -j LOG',
|
||||
'-m limit --limit 2/min -j LOG --log-prefix "iptables dropped: "',
|
||||
],
|
||||
}
|
||||
class { 'jenkins::slave':
|
||||
|
Loading…
x
Reference in New Issue
Block a user