X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=40ff44df383e194e7b31731f0be0347301f158e3;hb=d8c687681c602d3c484c5a9536fba9955b952e89;hp=5fd19cebf2f2e50cdc1a42cfcb6575473bebbb48;hpb=1237d0dda7f35d6918cdb202c3e87d7d66432515;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 5fd19cebf..40ff44df3 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -81,6 +81,13 @@ class ferm::per-host { rule => "&SERVICE(tcp, 11371)" } } + gombert: { + @ferm::rule { "dsa-infinoted": + domain => "(ip ip6)", + description => "Allow infinoted access", + rule => "&SERVICE(tcp, 6523)" + } + } liszt: { @ferm::rule { "smtp": domain => "(ip ip6)", @@ -128,6 +135,13 @@ class ferm::per-host { rule => "&TCP_UDP_SERVICE(5080)" } } + scelsi: { + @ferm::rule { "dc11-icecast": + domain => "(ip ip6)", + description => "Allow icecast access", + rule => "&SERVICE(tcp, 8000)" + } + } } case $hostname { rautavaara,luchesi: {