From c4350849364d2d4d6ee7b566741cedec57861b08 Mon Sep 17 00:00:00 2001 From: erik-smit Date: Fri, 15 Feb 2013 14:52:40 +0100 Subject: Missing comma in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3