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:
$load_printers = '',
$printing = '',
$printcap_name = '',
+ $map_to_guest = '',
$disable_spoolss = '',
$kernel_oplocks = '',
$pam_password_change = '',
'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;