nfs-server on gretchaninov
authorJulien Cristau <jcristau@debian.org>
Thu, 22 Sep 2016 11:32:31 +0000 (13:32 +0200)
committerJulien Cristau <jcristau@debian.org>
Thu, 22 Sep 2016 11:32:31 +0000 (13:32 +0200)
manifests/site.pp
modules/nfs-server/manifests/init.pp

index 1b8eb19..7f7b885 100644 (file)
@@ -102,7 +102,7 @@ node default {
        #       include dacs
        #}
 
-       if $::hostname in [buxtehude,glinka,milanollo,lw01,lw02,lw03,lw04,senfter] {
+       if $::hostname in [buxtehude,glinka,milanollo,lw01,lw02,lw03,lw04,senfter,gretchaninov] {
                include nfs-server
        }
 
index ab3631d..bfc41bf 100644 (file)
@@ -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.