diff options
author | erik-smit <smite@zylon.net> | 2013-02-15 14:52:40 +0100 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2013-02-15 12:32:52 -0500 |
commit | c4350849364d2d4d6ee7b566741cedec57861b08 (patch) | |
tree | bd9b8fb301545b5220fc3b37245f8ed013d33d5a | |
parent | 45f612df4100b60746624e930bd17abc209d52d6 (diff) | |
download | puppet-samba-c4350849364d2d4d6ee7b566741cedec57861b08.tar.gz puppet-samba-c4350849364d2d4d6ee7b566741cedec57861b08.tar.bz2 |
Missing comma in example
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |