X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=e92a7a9fbc0d24c7727c87ad128f3d30342aa127;hb=2e9c1a60911fe46829ff7987cac81359861c5f96;hp=aa20cbd63e37bd2c1526f001300d65c7f87c59c8;hpb=7fbd1fb63f9a8e87683b183e8b39bce18af59a4a;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index aa20cbd63..e92a7a9fb 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)" } } + franck: { + @ferm::rule { "dak_replication": + domain => "(ip)", + description => "Allow dak pg replication", + rule => "&SERVICE_RANGE(tcp, 5433, 128.148.34.103/32)" + } + } liszt: { @ferm::rule { "smtp": domain => "(ip ip6)",