diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 14:21:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 14:21:44 -0300 |
commit | daa233d44d472d27d764b22da4f0e2a31dab5b3d (patch) | |
tree | d6951e24775339314044dc7a47418a8edacc184e /manifests | |
parent | 4d9d80820fa9536f22de1784e6676fd2fd8748d0 (diff) | |
download | puppet-nodo-daa233d44d472d27d764b22da4f0e2a31dab5b3d.tar.gz puppet-nodo-daa233d44d472d27d764b22da4f0e2a31dab5b3d.tar.bz2 |
Updates samba module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/nas.pp | 2 |
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'; |