X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e683209e4f70c3ef4c859ebcd287544174cd760a..3d7c0e60abe0808fb82da2009e8f92963b992369:/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]" )