allow postgres on danzi
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 11 Dec 2010 15:43:52 +0000 (16:43 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 11 Dec 2010 15:43:52 +0000 (16:43 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/manifests/per-host.pp

index 72f8894..28250d0 100644 (file)
@@ -24,6 +24,13 @@ class ferm::per-host {
                 rule         => "&SERVICE_RANGE(tcp, http-alt, ( 192.25.206.16 70.103.162.29 217.196.43.134 ))"
             }
         }
+       danzi: {
+            @ferm::rule { "dsa-postgres-danzi":
+                description     => "Allow postgress access",
+                rule            => "&SERVICE_RANGE(tcp, 5433, ( 206.12.19.0/24 ))"
+            }
+
+       }
         paganini: {
             @ferm::rule { "dsa-dhcp":
                 description     => "Allow dhcp access",