From 8cc7cd0286b3a8cf541ca7edd84dacb8f0906dd3 Mon Sep 17 00:00:00 2001 From: Thiago Gomes Verissimo Date: Wed, 23 May 2018 10:57:01 -0300 Subject: [PATCH] fix if stmt --- templates/smb.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/smb.conf.j2 b/templates/smb.conf.j2 index 067f480..2273a74 100755 --- a/templates/smb.conf.j2 +++ b/templates/smb.conf.j2 @@ -63,7 +63,7 @@ load printers = yes printing = {{ samba_printer_type }} printcap name = {{ samba_printer_type }} - {% if not samba_printer_type == 'cups' %} + {% if samba_printer_type == 'cups' %} cups server = {{ samba_cups_server }} {% endif %} {% endif %}