Compare commits
No commits in common. "bd055b1ac82ca6d4a2f4cdb5b419287f4a05076b" and "c93846d03b55502cfb44e1337ad36cb6f1a7422e" have entirely different histories.
bd055b1ac8
...
c93846d03b
|
@ -26,20 +26,6 @@ class cdn::l4lb(
|
|||
mode => '0640',
|
||||
}
|
||||
|
||||
$sysctl_file = '/etc/sysctl.d/99-cdn-l4lb.conf'
|
||||
file { $sysctl_file:
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
content => template('cdn/l4lb/sysctl.erb'),
|
||||
}
|
||||
# Load the sysctl file if it has changed
|
||||
exec { "sysctl -p ${sysctl_file}":
|
||||
subscribe => File[$sysctl_file],
|
||||
refreshonly => true,
|
||||
}
|
||||
|
||||
file { '/opt/sunet-cdn/l4lb':
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# Allow non-SYN packets to be accepted for a IPVS service.
|
||||
# Needed if another l4lb has been taken down and routers are now sending us
|
||||
# packets for existing connections that was previously handled by the other
|
||||
# node.
|
||||
net.ipv4.vs.sloppy_tcp=1
|
Loading…
Reference in a new issue