From: Silvio Rhatto Date: Thu, 24 Mar 2016 17:21:44 +0000 (-0300) Subject: Updates samba module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=daa233d44d472d27d764b22da4f0e2a31dab5b3d;p=puppet-nodo.git Updates samba module --- diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 29517df..b1ead7f 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -146,7 +146,7 @@ class nodo::role::nas( # We are avoiding multicast # http://bda.ath.cx/blog/2009/01/24/multicast-routing-upnp-traffic-with-linux/ # http://linux-igd.sourceforge.net/documentation.php - set_samba_option { + samba::server::option { # Remote announce won't work since routers don't forward broadcast traffic #'remote announce': value => hiera('nodo::samba::remote_announce', ''); 'wins support': value => 'yes';