From c37a1e5e64b611e3e368fb0a9b8d17fb71a23d6d Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Sat, 11 Aug 2018 13:16:55 +1000 Subject: [PATCH] Change wording for web docroot Role variables is updated to mention the two possible web docroot locations - the item listed previously was for RedHat systems. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa9063..9432487 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ No specific requirements | Variable | Default | Comments | | :--- | :--- | :--- | -| `samba_create_varwww_symlinks` | false | When true, symlinks are created in `/var/www/html` to the shares. | +| `samba_create_varwww_symlinks` | false | When true, symlinks are created in web docroot to the shares.(`var/www/` or `/var/www/html` depending on platform) | | `samba_domain_master` | true | When true, smbd enables WAN-wide browse list collation | | `samba_guest_account` | - | Guest account for unknown users | | `samba_interfaces` | [] | List of network interfaces used for browsing, name registration, etc. |