X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=27c5e3a7cb1145e4cb3f632c297aaae2abfbac40;hb=a87fb465f5d18ab4ad353906fa63de7911b8350c;hp=de13cb6879202c41dd6e35aa9d8a2d9b61c74b7a;hpb=c0d14d1381934a519baa3bd4b818634938e2246b;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index de13cb687..27c5e3a7c 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -228,14 +228,4 @@ REJECT reject-with icmp-admin-prohibited } default: {} } - - - # live ganeti migration - case $::hostname { - tristano: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 src 192.168.2.217 ACCEPT'; } } - pasquini: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 src 192.168.2.213 ACCEPT'; } } - bertali: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 src 192.168.2.216 ACCEPT'; } } - boito: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 src 192.168.2.212 ACCEPT'; } } - default: {} - } }