X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic%2Fbase.pp;h=89a0a383c3fa9914ddb5eefc704c16ef783d8ab1;hb=168aa3f05f914802698b8db5fdde823c4e992913;hp=4abc3ee313130a831be71b323188916020389e03;hpb=36ecfdc1752240ec82299211743f184187970c6e;p=mirror%2Fdsa-puppet.git 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