We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create /etc/sysctl.d/conntrack.conf and set net.netfilter.nf_conntrack_max=1048576 see check-services and issue 168
The text was updated successfully, but these errors were encountered:
remove setting conntrack values a second time
325a4e4
The setting ```net.ipv4.netfilter.ip_conntrack_max = 1048576``` is already set at /etc/sysctl.d/conntrack.conf and is configurable at [$conntrack_max](https://github.com/ffnord/ffnord-puppet-gateway/blob/master/manifests/params.pp#L11) That the values are not set at boot are track at [issue 168](ffnord/ffnord-puppet-gateway#168) The file creation via puppet is tracked at issue [issue 172](ffnord/ffnord-puppet-gateway#172)
Already present in manifests/system.pp
Sorry, something went wrong.
No branches or pull requests
create /etc/sysctl.d/conntrack.conf and set net.netfilter.nf_conntrack_max=1048576
see check-services and issue 168
The text was updated successfully, but these errors were encountered: