X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnfs-server%2Fmanifests%2Finit.pp;h=68ed1c4ab1efa73942fc87cebbf065460973ba5b;hb=43c810344fe16f9decdeffa3a0a46b47e6d472b5;hp=e1f077d3cfe2d4d907162c604dadf9fe7c975a92;hpb=4f25efdcfdc0dd891ec089c9acd6709a6823b24c;p=mirror%2Fdsa-puppet.git diff --git a/modules/nfs-server/manifests/init.pp b/modules/nfs-server/manifests/init.pp index e1f077d3c..68ed1c4ab 100644 --- a/modules/nfs-server/manifests/init.pp +++ b/modules/nfs-server/manifests/init.pp @@ -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' } }