X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e683209e4f70c3ef4c859ebcd287544174cd760a..b2dbf6bffb0f59ef340942fcdec0a9e36b33730a:/roles/gateway.rb diff --git a/roles/gateway.rb b/roles/gateway.rb index 80ae347a5..a78f04bcf 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -2,9 +2,6 @@ name "gateway" description "Role applied to all network gateways" default_attributes( - :networking => { - :wireguard => { :enabled => true } - }, :sysctl => { :network_forwarding => { :comment => "Enable forwarding", @@ -17,5 +14,6 @@ default_attributes( ) run_list( - "recipe[bind]" + "recipe[bind]", + "recipe[prometheus::smokeping]" )