]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Missing comma in example
authorerik-smit <smite@zylon.net>
Fri, 15 Feb 2013 13:52:40 +0000 (14:52 +0100)
committerAdam Jahn <ajjahn@gmail.com>
Fri, 15 Feb 2013 17:32:52 +0000 (12:32 -0500)
README.md

index 2392a6d1b37d59fee9cb3fc255013af70b8677e7..c498bd9f046ca65e8cc6682a7f467f837cb798cf 100644 (file)
--- 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)