Skip to content
Snippets Groups Projects
Commit b822a925 authored by Hans Persson's avatar Hans Persson
Browse files

Change names of tcptuning classes.

As it turns out, each name part for a class name has to begin with
a lowercase letter in later puppet versions. Make it so.
parent 71edbc64
Branches
Tags
No related merge requests found
class networking::tcptuning::10g class networking::tcptuning::if10g
{ {
sysctl { sysctl {
# Increase TCP max buffer size settable using setsockopt(). # Increase TCP max buffer size settable using setsockopt().
......
class networking::tcptuning::1g class networking::tcptuning::if1g
{ {
sysctl { sysctl {
# Increase TCP max buffer size settable using setsockopt(). # Increase TCP max buffer size settable using setsockopt().
......
class networking::tcptuning::40g class networking::tcptuning::if40g
{ {
sysctl { sysctl {
# Increase TCP max buffer size settable using setsockopt(). # Increase TCP max buffer size settable using setsockopt().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment