X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnfs-server%2Fmanifests%2Finit.pp;h=bfc41bf7ac73e437d69f95193b6f56ef75aa8b66;hb=7337fcdf7e7eaf5f58371ab04693c08d8caaa8d1;hp=ab3631d7d39ff296b35835594f025e8d6d5a2906;hpb=a4618f6c9c7459d890972787e1d48e151dc60a64;p=mirror%2Fdsa-puppet.git diff --git a/modules/nfs-server/manifests/init.pp b/modules/nfs-server/manifests/init.pp index ab3631d7d..bfc41bf7a 100644 --- a/modules/nfs-server/manifests/init.pp +++ b/modules/nfs-server/manifests/init.pp @@ -26,6 +26,9 @@ class nfs-server { buxtehude,glinka: { $client_range = '(192.168.2.0/24 209.87.16.34/32)' } + gretchaninov: { + $client_range = '172.29.40.0/22' + } 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.