From: Peter Palfrader Date: Wed, 11 Sep 2019 08:30:13 +0000 (+0200) Subject: We do not do bittorrent between static hosts (yet/these days) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=09aa91d4b55841a1a983cdf3d6d7eb88490e536f;p=mirror%2Fdsa-puppet.git We do not do bittorrent between static hosts (yet/these days) --- diff --git a/modules/roles/manifests/static/base.pp b/modules/roles/manifests/static/base.pp index 4abc3ee31..89a0a383c 100644 --- a/modules/roles/manifests/static/base.pp +++ b/modules/roles/manifests/static/base.pp @@ -17,18 +17,6 @@ class roles::static::base { mode => '0555', } - ferm::rule { 'dsa-static-bt-v4': - description => 'Allow bt between static hosts', - rule => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881:6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V4) ACCEPT; }', - notarule => true, - } - ferm::rule { 'dsa-static-bt-v6': - description => 'Allow bt between static hosts', - domain => 'ip6', - rule => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881:6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V6) ACCEPT; }', - notarule => true, - } - file { '/etc/staticsync.conf': content => @("EOF"), # This file is sourced by bash