fix if stmt

This commit is contained in:
Thiago Gomes Verissimo 2018-05-23 10:57:01 -03:00
parent 71a6e33c0e
commit 8cc7cd0286

View File

@ -63,7 +63,7 @@
load printers = yes load printers = yes
printing = {{ samba_printer_type }} printing = {{ samba_printer_type }}
printcap name = {{ samba_printer_type }} printcap name = {{ samba_printer_type }}
{% if not samba_printer_type == 'cups' %} {% if samba_printer_type == 'cups' %}
cups server = {{ samba_cups_server }} cups server = {{ samba_cups_server }}
{% endif %} {% endif %}
{% endif %} {% endif %}