X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnfs_server%2Fmanifests%2Finit.pp;h=96932ab90b88db3b53bca97c51253421142cd250;hb=71a60ee9dcabd1eee84c55092fac7826e4142459;hp=5545114f61cb8847f4222915de9e1eff4d416bdf;hpb=2ace013b218ebbee36fcd4f13f4043f0c80aafc2;p=mirror%2Fdsa-puppet.git diff --git a/modules/nfs_server/manifests/init.pp b/modules/nfs_server/manifests/init.pp index 5545114f6..96932ab90 100644 --- a/modules/nfs_server/manifests/init.pp +++ b/modules/nfs_server/manifests/init.pp @@ -29,6 +29,9 @@ class nfs_server { gretchaninov: { $client_range = '172.29.40.0/22' } + sibelius: { + $client_range = '192.168.0.14/32' + } 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.