From 6352e26538d0fe33badce2eb54c9f0ba66af310f Mon Sep 17 00:00:00 2001 From: Iban Nieto Date: Tue, 6 Oct 2015 11:24:30 +0200 Subject: Add 'map to guest' global option --- README.md | 3 +++ manifests/server.pp | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index a0595f7..468a783 100644 --- 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: diff --git a/manifests/server.pp b/manifests/server.pp index 641384f..4120154 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -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; -- cgit v1.2.3