diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-04-06 13:30:09 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-04-06 13:30:09 -0600 |
commit | e811bb2efc3168ef5bec415c2099dedc8b98afe6 (patch) | |
tree | 7d28d7cc23e5879e8a0b5387e3152a39c9a7a942 | |
parent | 799359847de4a241eccbb738f8235de74073d185 (diff) |
Fix conntrack proto sctp module
ip_conntrack_proto_sctp is the old name for the module and it is now
nf_conntrack_proto_sctp. In order for the kmod module to not keep trying
to modprobe the module, we need to use the correct name.
Change-Id: Ieaed235e71e9e6e41a46d9be0e02beb8f4341b1a
Closes-Bug: #1680579
-rw-r--r-- | puppet/services/kernel.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/kernel.yaml b/puppet/services/kernel.yaml index 9b314b2a..94b15d4b 100644 --- a/puppet/services/kernel.yaml +++ b/puppet/services/kernel.yaml @@ -31,7 +31,7 @@ outputs: config_settings: kernel_modules: nf_conntrack: {} - ip_conntrack_proto_sctp: {} + nf_conntrack_proto_sctp: {} sysctl_settings: net.ipv4.tcp_keepalive_intvl: value: 1 |