From 86a388447c7801095cc92f5ccb385635f57d48e2 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Thu, 22 Sep 2016 16:56:53 +0200 Subject: [PATCH] Temporarily allow NFS to glinka from tye Until we move glinka to the new UBC network where glinka and tye can talk through the private network. Signed-off-by: Aurelien Jarno --- modules/nfs-server/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nfs-server/manifests/init.pp b/modules/nfs-server/manifests/init.pp index bfc41bf7a..c4813c6a0 100644 --- a/modules/nfs-server/manifests/init.pp +++ b/modules/nfs-server/manifests/init.pp @@ -24,7 +24,7 @@ class nfs-server { $client_range = '172.29.122.0/24' } buxtehude,glinka: { - $client_range = '(192.168.2.0/24 209.87.16.34/32)' + $client_range = '(192.168.2.0/24 209.87.16.34/32 209.87.16.37/32)' } gretchaninov: { $client_range = '172.29.40.0/22' -- 2.20.1