]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Fix the rest of the options with _ in
authorDavid Sheldon <dave-github@earth.li>
Fri, 9 Oct 2015 17:25:29 +0000 (18:25 +0100)
committerDavid Sheldon <dave-github@earth.li>
Fri, 9 Oct 2015 17:25:29 +0000 (18:25 +0100)
Having read man smb.conf, none of these options should have _ in the resulting option name.

manifests/server.pp

index b4e99558dbb4eab57bbef4721705e0df260cee48..a73ad9986d9897ffbabd5a69c1f50cb538f72f2b 100644 (file)
@@ -45,14 +45,14 @@ class samba::server($interfaces = '',
     'unix password sync':   value => $unix_password_sync;
     'netbios name':         value => $netbios_name;
     'workgroup':            value => $workgroup;
-    'socket_options':       value => $socket_options;
+    'socket options':       value => $socket_options;
     'deadtime':             value => $deadtime;
     'keepalive':            value => $keepalive;
     'load printers':        value => $load_printers;
     'printing':             value => $printing;
-    'printcap_name':        value => $printcap_name;
+    'printcap name':        value => $printcap_name;
     'map to guest':         value => $map_to_guest;
-    'disable_spoolss':      value => $disable_spoolss;
+    'disable spoolss':      value => $disable_spoolss;
     'kernel oplocks':       value => $kernel_oplocks;
     'pam password change':  value => $pam_password_change;
     'os level':             value => $os_level;