X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Ftcp_bbr%2Fmanifests%2Finit.pp;h=ab35b355446640c21b536055d4d31a6c14897d39;hb=c46c2232c05322f2fc2f0d55fcc2c9838c267306;hp=a4860753d8634d94270e582b7c8b811cbc90ddc7;hpb=12d75e21acac497f54af681a244c8bcf9a20640b;p=mirror%2Fdsa-puppet.git diff --git a/modules/tcp_bbr/manifests/init.pp b/modules/tcp_bbr/manifests/init.pp index a4860753d..ab35b3554 100644 --- a/modules/tcp_bbr/manifests/init.pp +++ b/modules/tcp_bbr/manifests/init.pp @@ -11,7 +11,6 @@ class tcp_bbr { has_role('debian_mirror') or has_role('debug_mirror') or has_role('dgit_git') or - has_role('ftp.d.o') or has_role('ftp.upload.d.o') or has_role('ftp_master') or has_role('git_master') or @@ -32,14 +31,14 @@ class tcp_bbr { has_role('www_master') or false { - site::linux_module { 'tcp_bbr': } - site::linux_module { 'sch_fq': } + base::linux_module { 'tcp_bbr': } + base::linux_module { 'sch_fq': } - site::sysctl { 'puppet-net_core_default_qdisc': + base::sysctl { 'puppet-net_core_default_qdisc': key => 'net.core.default_qdisc', value => 'fq', } - site::sysctl { 'puppet-net_ipv4_tcp_congestion_control': + base::sysctl { 'puppet-net_ipv4_tcp_congestion_control': key => 'net.ipv4.tcp_congestion_control', value => 'bbr', }