Allow access to danzi from the new UBC network
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 21 Sep 2016 10:38:20 +0000 (12:38 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 21 Sep 2016 10:38:20 +0000 (12:38 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/ferm/manifests/per-host.pp

index d12ad67..a1701b3 100644 (file)
@@ -400,15 +400,15 @@ class ferm::per-host {
 
                        @ferm::rule { 'dsa-postgres2-danzi':
                                description     => 'Allow postgress access2',
-                               rule            => '&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 ))'
+                               rule            => '&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 209.87.16.0/24 ))'
                        }
                        @ferm::rule { 'dsa-postgres3-danzi':
                                description     => 'Allow postgress access3',
-                               rule            => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))'
+                               rule            => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 209.87.16.0/24 ))'
                        }
                        @ferm::rule { 'dsa-postgres4-danzi':
                                description     => 'Allow postgress access4',
-                               rule            => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 ))'
+                               rule            => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 209.87.16.0/24 ))'
                        }
 
                        @ferm::rule { 'dsa-postgres-backup':