From 2548bab7123568c933610b94a4b49827cff4a057 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 23 Sep 2016 00:14:19 +0200 Subject: [PATCH] Update buxtehude and glinka NFS firewall Now that buxtehude is also on the private network, we can use it instead of the public IP. For that split the buxtehude and glinka configuration. Signed-off-by: Aurelien Jarno --- modules/nfs-server/manifests/init.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/nfs-server/manifests/init.pp b/modules/nfs-server/manifests/init.pp index a4556a4f7..c44838ddc 100644 --- a/modules/nfs-server/manifests/init.pp +++ b/modules/nfs-server/manifests/init.pp @@ -23,8 +23,11 @@ class nfs-server { milanollo,senfter: { $client_range = '172.29.122.0/24' } - buxtehude,glinka: { - $client_range = '(192.168.2.0/24 209.87.16.34/32 209.87.16.37/32 209.87.16.38/32)' + buxtehude: { + $client_range = '(172.29.40.0/22 206.12.19.126/32)' + } + glinka: { + $client_range = '(209.87.16.37/32 209.87.16.38/32)' } gretchaninov: { $client_range = '172.29.40.0/22' -- 2.20.1