X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper_host.pp;h=11f17b9caca1946594da1fea31e5d7ad1c2eb5ca;hb=8e8622ce0ddfd9b63cad816ef6327b49ae2e5df8;hp=083ef0bf130a0cee43f007036109e8ac55f5409e;hpb=53b3322251f1b6f1c6c57f800c13b2b9ba711138;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 083ef0bf1..11f17b9ca 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -81,14 +81,6 @@ class ferm::per_host { rule => 'proto tcp daddr 193.62.202.30 dport 80 REDIRECT to-ports 6081', } } - # work around sanger filtering our pg for now - sallinen: { - @ferm::rule { 'dsa-nat-snapshot-varnish': - table => 'nat', - chain => 'PREROUTING', - rule => 'proto tcp daddr 193.62.202.26 dport 443 REDIRECT to-ports 5473', - } - } default: {} } case $::hostname {