}
}
}
- },
- :sysctl => {
- :blackhole => {
- :comment => "Force TCP level MTU probing because of known ICMP blackhole at UCL",
- :parameters => {
- "net.ipv4.tcp_mtu_probing" => "2",
- "net.ipv4.tcp_base_mss" => "1024"
- }
- }
}
)
)
run_list(
- "role[gb]"
+ "role[gb]",
+ "recipe[prometheus]"
)