# Generated by Chef for <%= node['fqdn'] %> # Local modifications will be overwritten. STATD_PORT="<%= node['nfs']['port']['statd'] -%>" STATD_OUTGOING_PORT="<%= node['nfs']['port']['statd_out'] -%>" STATDARG="-p <%= node['nfs']['port']['statd'] -%> -o <%= node['nfs']['port']['statd_out'] -%>" MOUNTD_PORT="<%= node['nfs']['port']['mountd'] -%>" RPCMOUNTDOPTS="-p <%= node['nfs']['port']['mountd'] -%>" LOCKD_UDPPORT="<%= node['nfs']['port']['lockd'] -%>" LOCKD_TCPPORT="<%= node['nfs']['port']['lockd'] -%>" RQUOTAD_PORT="<%= node['nfs']['port']['rquotad'] -%>" <% unless node['nfs']['v2'].nil? -%> MOUNTD_NFS_V2="<%= node['nfs']['v2'] -%>" <% end -%> <% unless node['nfs']['v3'].nil? -%> MOUNTD_NFS_V3="<%= node['nfs']['v3'] -%>" <% end -%> RQUOTAD="<%= node['nfs']['rquotad'] -%>" <% unless node['nfs']['threads'] == 0 -%> RPCNFSDCOUNT="<%= node['nfs']['threads'] -%>" <% end -%>