fix if stmt
This commit is contained in:
parent
71a6e33c0e
commit
8cc7cd0286
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user