Revert "allow access to pg on vittoria for dc18"
[mirror/dsa-puppet.git] / modules / nfs_server / manifests / init.pp
index 5545114..b31433e 100644 (file)
@@ -17,8 +17,8 @@ class nfs_server {
        }
 
        case $::hostname {
-               lw01,lw02,lw03,lw04: {
-                       $client_range    = '10.0.0.0/8'
+               lw01,lw02,lw03,lw04,lw09,lw10: {
+                       $client_range    = '(172.29.188.0/24)'
                }
                milanollo,senfter: {
                        $client_range    = '172.29.122.0/24'
@@ -29,6 +29,9 @@ class nfs_server {
                gretchaninov: {
                        $client_range    = '172.29.40.0/22'
                }
+               sibelius: {
+                       $client_range    = '192.168.0.14/32'
+               }
                default: {
                        # Better than 0.0.0.0/0 - we really ought to configure a
                        # client range for them all instead of exporting to the world.