From: erik-smit Date: Fri, 15 Feb 2013 13:52:40 +0000 (+0100) Subject: Missing comma in example X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c4350849364d2d4d6ee7b566741cedec57861b08;p=puppet-samba.git Missing comma in example --- 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)