]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/nfs-server/files/nfs-kernel-server.default
squeeze uses --manage-gids to rpc.mountd by default - that seems to make sense
[dsa-puppet.git] / modules / nfs-server / files / nfs-kernel-server.default
index a6f2d42029e5ef7ba0cea2dbd48b464040dc5120..cd98ea413444c168e678c6646a851b032ed3235c 100644 (file)
@@ -1,3 +1,8 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
 # Number of servers to start up
 RPCNFSDCOUNT=8
 
@@ -8,7 +13,7 @@ RPCNFSDPRIORITY=0
 # If you have a port-based firewall, you might want to set up
 # a fixed port here using the --port option. For more information, 
 # see rpc.mountd(8) or http://wiki.debian.org/?SecuringNFS
-RPCMOUNTDOPTS="-p 10002"
+RPCMOUNTDOPTS="-p 10002 --manage-gids"
 
 # Do you want to start the svcgssd daemon? It is only required for Kerberos
 # exports. Valid alternatives are "yes" and "no"; the default is "no".