From c17b6e51514ec8b87d251df755e757d9a0c6a68f Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Thu, 5 Nov 2015 11:09:52 +0100 Subject: [PATCH] Change variable type of samba_load_* from string to boolean --- tests/test-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-full.yml b/tests/test-full.yml index c5cc915..0e6c8c2 100644 --- a/tests/test-full.yml +++ b/tests/test-full.yml @@ -7,7 +7,7 @@ samba_workgroup: TESTGROUP samba_load_homes: true - samba_load_printers: true + samba_load_printers: false samba_log: /var/log/samba.log samba_log_size: 60000