From: Aurelien Jarno Date: Thu, 22 Sep 2016 22:14:19 +0000 (+0200) Subject: Update buxtehude and glinka NFS firewall X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2548bab7123568c933610b94a4b49827cff4a057;p=mirror%2Fdsa-puppet.git 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 --- 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'