aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 14:21:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 14:21:44 -0300
commitdaa233d44d472d27d764b22da4f0e2a31dab5b3d (patch)
treed6951e24775339314044dc7a47418a8edacc184e
parent4d9d80820fa9536f22de1784e6676fd2fd8748d0 (diff)
downloadpuppet-nodo-daa233d44d472d27d764b22da4f0e2a31dab5b3d.tar.gz
puppet-nodo-daa233d44d472d27d764b22da4f0e2a31dab5b3d.tar.bz2
Updates samba module
-rw-r--r--manifests/role/nas.pp2
1 files changed, 1 insertions, 1 deletions
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';