From: Julien Cristau Date: Thu, 22 Sep 2016 11:32:31 +0000 (+0200) Subject: nfs-server on gretchaninov X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=7337fcdf7e7eaf5f58371ab04693c08d8caaa8d1 nfs-server on gretchaninov --- diff --git a/manifests/site.pp b/manifests/site.pp index 1b8eb1948..7f7b885a5 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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 } 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.