projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa77ff
)
And a client range for NFS servers at ubc
author
Peter Palfrader
<peter@palfrader.org>
Sun, 1 Jun 2014 07:18:36 +0000
(09:18 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 1 Jun 2014 07:18:36 +0000
(09:18 +0200)
modules/nfs-server/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/nfs-server/manifests/init.pp
b/modules/nfs-server/manifests/init.pp
index
e1f077d
..
68ed1c4
100644
(file)
--- 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'
}
}