diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-22 13:29:39 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-22 13:29:39 -0300 | 
| commit | 1a0918ea378665f60e8d33a1197047bdd18b61d6 (patch) | |
| tree | a43149e78726e181b6292853eaa50efda75031b5 /manifests/role | |
| parent | 716ca6517b1296b894301700e777020c1699250e (diff) | |
| download | puppet-nodo-1a0918ea378665f60e8d33a1197047bdd18b61d6.tar.gz puppet-nodo-1a0918ea378665f60e8d33a1197047bdd18b61d6.tar.bz2 | |
Put map_to_guest into the right place
Diffstat (limited to 'manifests/role')
| -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 b69d905..492490e 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -145,6 +145,7 @@ class nodo::role::nas(        printing         => 'cups',        printcap_name    => 'cups',        guest_account    => 'incoming', +      map_to_guest     => 'Bad User',      }      # We are avoiding multicast @@ -155,7 +156,6 @@ class nodo::role::nas(       #'remote announce': value => hiera('nodo::samba::remote_announce', '');       'wins support':     value => 'yes';       'domain master':    value => 'yes'; -     'map to guest':     value => 'Bad User';      }      # Disable browsing of printer drivers | 
