From e5da6b80f987d97e9b3e8b604c5a3730e6def88a Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 11 Jun 2019 11:17:22 -0500 Subject: [PATCH] Update NFS Ubuntu link to LTS url the 14.04 URL is currently returning 404. Swapping out that link for a link to the LTS docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ef8b6..f3e3e11 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Available variables are listed below, along with default values (see `defaults/m nfs_exports: [] -A list of exports which will be placed in the `/etc/exports` file. See Ubuntu's simple [Network File System (NFS)](https://help.ubuntu.com/14.04/serverguide/network-file-system.html) guide for more info and examples. (Simple example: `nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]`). +A list of exports which will be placed in the `/etc/exports` file. See Ubuntu's simple [Network File System (NFS)](https://help.ubuntu.com/lts/serverguide/network-file-system.html.en) guide for more info and examples. (Simple example: `nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]`). nfs_rpcbind_state: started nfs_rpcbind_enabled: true