aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2392a6d..c498bd9 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Tweak and add the following to your site manifest:
samba::server::share {'example-share':
comment => 'Example Share',
path => '/path/to/share',
- guest_only => true
+ guest_only => true,
guest_ok => true,
guest_account => "guest",
browsable => false,
@@ -57,4 +57,4 @@ Most configuration options are optional.
This module is released under the MIT license:
-* [http://www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT) \ No newline at end of file
+* [http://www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT)