]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/nfs-server/manifests/init.pp
And a client range for NFS servers at ubc
[dsa-puppet.git] / modules / nfs-server / manifests / init.pp
index e1f077d3cfe2d4d907162c604dadf9fe7c975a92..68ed1c4ab1efa73942fc87cebbf065460973ba5b 100644 (file)
@@ -23,8 +23,13 @@ class nfs-server {
                milanollo: {
                        $client_range    = '172.29.122.0/24'
                }
+               beach,glinka: {
+                       $client_range    = '192.168.2.0/24'
+               }
                default: {
-                       $client_range    = '0.0.0.0/0'
+                       # Better than 0.0.0.0/0 - we really ought to configure a
+                       # client range for them all instead of exporting to the world.
+                       $client_range    = '127.0.0.0/8'
                }
        }