From b6e3882874f4fdb3e70a8cf7a97eeb5ec3390708 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Fri, 14 Apr 2023 15:46:53 +0200
Subject: [PATCH] chore: cleanup check_ie_sample.service.j2, quoting

---
 .../lib/systemd/system/check_ie_sample.service.j2      | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/templates/usr/local/lib/systemd/system/check_ie_sample.service.j2 b/templates/usr/local/lib/systemd/system/check_ie_sample.service.j2
index 9371162..e48aac2 100644
--- a/templates/usr/local/lib/systemd/system/check_ie_sample.service.j2
+++ b/templates/usr/local/lib/systemd/system/check_ie_sample.service.j2
@@ -6,20 +6,12 @@ Documentation=perldoc /usr/local/bin/check_ie_sample.pl
 Type=oneshot
 Restart=no
 # Sampling factor = 1/100/365
-#ExecStart=/usr/bin/perl -I /usr/local/perl /usr/local/bin/check_ie_sample.pl \
-#	--institute {{ item.value.institute_name }} \
-#	--email langzeitarchiv@slub-dresden.de \
-#	--host {{ item.value.rosetta_host }}.slub-dresden.de \
-#	--user {{ item.value.user }} \
-#	--password {{ item.value.password }} \
-#	--sampling_factor 0.0000274 \
-#	--dead_reference {{ item.value.institute_dead_ref_process_id }}
 ExecStart=/usr/bin/perl -I /usr/local/perl /usr/local/bin/check_ie_sample.pl \
 	--institute {{ item.value.institute_name }} \
 	--email langzeitarchiv@slub-dresden.de \
 	--host {{ item.value.rosetta_host }}.slub-dresden.de \
 	--user {{ item.value.user }} \
-	--password {{ item.value.password }} \
+	--password "{{ item.value.password }}" \
 	--sampling_factor 0.0000274 \
 	--fixity_check {{ item.value.institute_fixity_check_process_id }}
 User={{ vault_subapp_user }}
-- 
GitLab