From 1a0918ea378665f60e8d33a1197047bdd18b61d6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 22 May 2016 13:29:39 -0300 Subject: Put map_to_guest into the right place --- manifests/role/nas.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3