X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=72bf4f34d1a7c5c8de27ed435683115cb8fbeadb;hb=02ad4e819cc717c273537cba1532855ee12298f9;hp=3fe2d09ce29bf568694a44d2a421e6cb81ee0b75;hpb=269506f4903c881dfe71a9e383cf459b192488f1;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 3fe2d09ce..72bf4f34d 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -12,7 +12,7 @@ class ferm::per-host { } case $::hostname { - piatti,samosa: { + samosa: { @ferm::rule { 'dsa-udd-stunnel': description => 'port 8080 for udd stunnel', rule => '&SERVICE_RANGE(tcp, http-alt, ( 192.25.206.16 70.103.162.29 217.196.43.134 ))' @@ -225,7 +225,7 @@ REJECT reject-with icmp-admin-prohibited if $::hostname in [rautavaara] { @ferm::rule { 'dsa-from-mgmt': description => 'Traffic routed from mgmt net vlan/bridge', - chain => 'from-mgmt', + chain => 'INPUT', rule => 'interface eth1 ACCEPT' } @ferm::rule { 'dsa-mgmt-mark':