]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Add 'map to guest' global option
authorIban Nieto <iban.nieto@veinteractive.com>
Tue, 6 Oct 2015 09:24:30 +0000 (11:24 +0200)
committerIban Nieto <iban.nieto@veinteractive.com>
Tue, 6 Oct 2015 09:24:30 +0000 (11:24 +0200)
README.md
manifests/server.pp

index a0595f7b2a8874277ae232da690cbff7f786f438..468a7830133fcf8537c0dff31797048eae635908 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,6 +83,9 @@ Most configuration options are optional.
 4. Push to the branch (`git push origin my-new-feature`)
 5. Create new Pull Request
 
+## Module modified
+Added "map to guest" in samba::server
+
 ## License
 
 This module is released under the MIT license:
index 641384fd74777c4fe67f184b2a0dd8523a677f53..41201545a9f202cd29aac76e7603e985884b2589 100644 (file)
@@ -12,6 +12,7 @@ class samba::server($interfaces = '',
                     $load_printers = '',
                     $printing = '',
                     $printcap_name = '',
+                    $map_to_guest = '',
                     $disable_spoolss = '',
                     $kernel_oplocks = '',
                     $pam_password_change = '',
@@ -50,6 +51,7 @@ class samba::server($interfaces = '',
     'load_printers':        value => $load_printers;
     'printing':             value => $printing;
     'printcap_name':        value => $printcap_name;
+    'map to guest':         value => $map_to_guest;
     'disable_spoolss':      value => $disable_spoolss;
     'kernel oplocks':       value => $kernel_oplocks;
     'pam password change':  value => $pam_password_change;