From 34490f25c87c778e9c56de9357fd3af89d171cd7 Mon Sep 17 00:00:00 2001
From: Lars Beckers <lars.beckers@rwth-aachen.de>
Date: Thu, 6 Sep 2018 15:03:48 +0200
Subject: [PATCH] client: use correct output tray for karman clients

---
 client/templates/lpoptions.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/templates/lpoptions.j2 b/client/templates/lpoptions.j2
index 20216dc..9e70a73 100644
--- a/client/templates/lpoptions.j2
+++ b/client/templates/lpoptions.j2
@@ -5,5 +5,5 @@ Dest Kopierer_Briefpapier ColorModel=Gray KCRotate=On
 Default Kopierer_BW ColorModel=Gray
 {%- else -%}
 {%- set number = inventory_hostname | regex_replace('^[a-z]*', '') -%}
-Default Kopierer ColorModel=Gray Duplex=DuplexNoTumble OutputBin=MBDWN{{ number }}
+Default Kopierer ColorModel=Gray Duplex=DuplexNoTumble OutputBin=MBDWN0{{ number }}
 {%- endif -%}
-- 
GitLab