aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorerik-smit <smite@zylon.net>2013-02-15 14:52:40 +0100
committerAdam Jahn <ajjahn@gmail.com>2013-02-15 12:32:52 -0500
commitc4350849364d2d4d6ee7b566741cedec57861b08 (patch)
treebd9b8fb301545b5220fc3b37245f8ed013d33d5a /README.md
parent45f612df4100b60746624e930bd17abc209d52d6 (diff)
downloadpuppet-samba-c4350849364d2d4d6ee7b566741cedec57861b08.tar.gz
puppet-samba-c4350849364d2d4d6ee7b566741cedec57861b08.tar.bz2
Missing comma in example
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)