X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fnfs-server%2Ffiles%2Fnfs-common.default;fp=modules%2Fnfs-server%2Ffiles%2Fnfs-common.default;h=8e04ee37650a537968174fc3f7dbd7bd71e82b61;hb=438ebb72ce01d9ecc6c0dd374d8e5443a6899576;hp=0000000000000000000000000000000000000000;hpb=ee8209ce835c10c1de47ef56c4ec8ebd3173da2d;p=dsa-puppet.git diff --git a/modules/nfs-server/files/nfs-common.default b/modules/nfs-server/files/nfs-common.default new file mode 100644 index 00000000..8e04ee37 --- /dev/null +++ b/modules/nfs-server/files/nfs-common.default @@ -0,0 +1,19 @@ +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Options for rpc.statd. +# Should rpc.statd listen on a specific port? This is especially useful +# when you have a port-based firewall. To use a fixed port, set this +# this variable to a statd argument like: "--port 4000 --outgoing-port 4001". +# For more information, see rpc.statd(8) or http://wiki.debian.org/?SecuringNFS +STATDOPTS='--port 10000 -o 10001' + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD=