diff options
Diffstat (limited to 'manifests/role/nas.pp')
| -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  | 
