description "Role applied to all network gateways"
default_attributes(
- :networking => {
- :wireguard => { :enabled => true }
- },
:sysctl => {
:network_forwarding => {
:comment => "Enable forwarding",
)
run_list(
- "recipe[bind]"
+ "recipe[bind]",
+ "recipe[prometheus::smokeping]"
)