]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Fix "load printers" setting name
authorDavid Sheldon <dave-github@earth.li>
Fri, 9 Oct 2015 16:31:30 +0000 (17:31 +0100)
committerDavid Sheldon <dave-github@earth.li>
Fri, 9 Oct 2015 16:31:30 +0000 (17:31 +0100)
Samba doesn't seem to understand "load_printers", it's "load printers" instead.

  Ignoring unknown parameter "load_printers"

manifests/server.pp

index 41201545a9f202cd29aac76e7603e985884b2589..b4e99558dbb4eab57bbef4721705e0df260cee48 100644 (file)
@@ -48,7 +48,7 @@ class samba::server($interfaces = '',
     'socket_options':       value => $socket_options;
     'deadtime':             value => $deadtime;
     'keepalive':            value => $keepalive;
-    'load_printers':        value => $load_printers;
+    'load printers':        value => $load_printers;
     'printing':             value => $printing;
     'printcap_name':        value => $printcap_name;
     'map to guest':         value => $map_to_guest;