From 3b0bb38f79f075d4e24c534f54341dbeee3538b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A5kan=20Sundblad?= <hakan.sundblad@liu.se>
Date: Thu, 3 Apr 2025 11:07:37 +0200
Subject: [PATCH] =?UTF-8?q?=C3=84ndrat=20XX:YY:*=20till=20XX:YY?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 manifests/folioscripts.pp | 40 +++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/manifests/folioscripts.pp b/manifests/folioscripts.pp
index 0de7873..fc2a39a 100644
--- a/manifests/folioscripts.pp
+++ b/manifests/folioscripts.pp
@@ -91,28 +91,28 @@ class ub_folio::folioscripts {
     'ub_add_call_number_suffix':
       # ensure    => disabled,
       directory => 'add_call_number_suffix',
-      script    => 'add_call_number_suffix_pyfolioclient.py',
+      script    => 'add_call_number_suffix.py',
       times     => [
-        { 'OnCalendar' => '*-*-* 05:01:*' },
+        { 'OnCalendar' => '*-*-* 05:01' },
       ];
     'ub_automatic_renewals':
       directory => 'automatic_renewals',
       script    => 'automatic_renewals.py',
       times     => [
-        { 'OnCalendar' => '*-*-* 07:02:*' },
-        { 'OnCalendar' => '*-*-* 22:02:*' },
+        { 'OnCalendar' => '*-*-* 07:02' },
+        { 'OnCalendar' => '*-*-* 22:02' },
       ];
     'ub_ill_set_requests_holdshelf_expiration_date':
       directory => 'ill_scripts',
       script    => 'ill_set_requests_holdshelf_expiration_date.py',
       times     => [
-        { 'OnCalendar' => '*-*-* 04:33:*' },
-        { 'OnCalendar' => '*-*-* 14:33:*' },
+        { 'OnCalendar' => '*-*-* 04:33' },
+        { 'OnCalendar' => '*-*-* 14:33' },
       ];
     'ub_ill_create_entry_in_folio':
       directory => 'ill_scripts',
       script    => 'ill_create_entry_in_folio.py',
-      times     => { 'OnCalendar' => '*-*-* *:24:00' };
+      times     => { 'OnCalendar' => '*-*-* *:24' };
     'ub_ill_create_request_in_folio':
       directory => 'ill_scripts',
       script    => 'ill_create_request_in_folio.py',
@@ -120,13 +120,13 @@ class ub_folio::folioscripts {
     'ub_ill_update_status_in_libris':
       directory => 'ill_scripts',
       script    => 'ill_update_status_in_libris.py',
-      times     => { 'OnCalendar' => '*-*-* *:06:00' };
+      times     => { 'OnCalendar' => '*-*-* *:06' };
     'ub_remove_departments_without_users':
       directory => 'remove_departments_without_users',
       script    => 'remove_departments_without_users.py',
       times     => [
-        { 'OnCalendar' => '*-*-* 06:07:00' },
-        { 'OnCalendar' => '*-*-* 22:07:00' },
+        { 'OnCalendar' => '*-*-* 06:07' },
+        { 'OnCalendar' => '*-*-* 22:07' },
       ];
     'ub_remove_instances_marked_for_deletion':
       directory => 'remove_instances_marked_for_deletion',
@@ -140,21 +140,21 @@ class ub_folio::folioscripts {
       directory => 'manage_smartcard_loans_log',
       script    => 'manage_smartcard_loans_log.py',
       times     => [
-        { 'OnCalendar' => '*-*-* 06:09:00' },
-        { 'OnCalendar' => '*-*-* 22:09:00' },
+        { 'OnCalendar' => '*-*-* 06:09' },
+        { 'OnCalendar' => '*-*-* 22:09' },
       ];
     'ub_overdue_ref':
       directory => 'overdue_ref',
       script    => 'overdue_ref.py',
-      times     => { 'OnCalendar' => '*-*-* 08:00:00' };
+      times     => { 'OnCalendar' => '*-*-* 08:00' };
     'ub_remove_users':
       directory => 'remove_users',
       script    => 'remove_users.py',
-      times     => { 'OnCalendar' => '*-*-* 04:11:00' };
+      times     => { 'OnCalendar' => '*-*-* 04:11' };
     'ub_monitor_note_type':
       directory => 'email_notifications',
       script    => 'monitor_note_type.py',
-      times     => { 'OnCalendar' => 'Mon,Tue,Wed,Thu,Fri *-*-* 23:13:00' };
+      times     => { 'OnCalendar' => 'Mon,Tue,Wed,Thu,Fri *-*-* 23:13' };
     'ub_loans_to_database':
       directory => 'reports',
       script    => 'loans_to_database.py',
@@ -162,22 +162,22 @@ class ub_folio::folioscripts {
     'ub_daily_maintenance_scripts':
       directory => 'maintenance',
       script    => 'daily_maintenance_scripts.py',
-      times     => { 'OnCalendar' => '*-*-* 22:16:00' };
+      times     => { 'OnCalendar' => '*-*-* 22:16' };
     'ub_expiring_account':
       directory => 'email_notifications',
       script    => 'expiring_account.py',
-      times     => { 'OnCalendar' => '*-*-* 09:00:00' };
+      times     => { 'OnCalendar' => '*-*-* 09:00' };
     'ub_deactivate_expiring_account':
       directory => 'maintenance',
       script    => 'deactivate_expiring_account.py',
-      times     => { 'OnCalendar' => '*-*-* 04:08:00' };
+      times     => { 'OnCalendar' => '*-*-* 04:08' };
     'ub_holds_bug':
       directory => 'email_notifications',
       script    => 'holds_bug.py',
-      times     => { 'OnCalendar' => 'Mon,Tue,Wed,Thu,Fri *-*-* 07:00:00' };
+      times     => { 'OnCalendar' => 'Mon,Tue,Wed,Thu,Fri *-*-* 07:00' };
     'ub_impossible_holds':
       directory => 'email_notifications',
       script    => 'impossible_holds.py',
-      times     => { 'OnCalendar' => 'Mon *-*-* 07:05:00' };
+      times     => { 'OnCalendar' => 'Mon *-*-* 07:05' };
   }
 }
-- 
GitLab