From 16867b63f6c24b91b9afd6c8c2fc43c7a82aa609 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 21 Sep 2016 23:51:35 +0200 Subject: [PATCH] Temporarily allow NFS to buxtehude from sonntag Until we move buxtehude to the new UBC network where buxtehude and sonntag 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 518fdf396..ab3631d7d 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' + $client_range = '(192.168.2.0/24 209.87.16.34/32)' } default: { # Better than 0.0.0.0/0 - we really ought to configure a -- 2.20.1