X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..7e52994e42d49a148ab9b1931d79e59f837af8a7:/roles/gateway.rb diff --git a/roles/gateway.rb b/roles/gateway.rb index 653d686f3..80ae347a5 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -2,6 +2,9 @@ name "gateway" description "Role applied to all network gateways" default_attributes( + :networking => { + :wireguard => { :enabled => true } + }, :sysctl => { :network_forwarding => { :comment => "Enable forwarding", @@ -9,7 +12,7 @@ default_attributes( } }, :exim => { - :relay_from_hosts => [ "10.0.0.0/8"] + :relay_from_hosts => ["10.0.0.0/8"] } )