From 7198109d562412120706b5494bf0c6f6613d839d Mon Sep 17 00:00:00 2001 From: Micke Nordin <kano@sunet.se> Date: Tue, 3 Oct 2023 17:23:48 +0200 Subject: [PATCH] Must have a cmd --- manifests/script.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/script.pp b/manifests/script.pp index e754483..c61d3bb 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -235,6 +235,7 @@ class sunetdrive::script ( if $customer in ['extern', 'gih', 'suni', 'common', 'su', 'lnu'] { sunet::scriptherder::cronjob { 'makebuckets': ensure => absent, + cmd => 'bin/true', } } else { sunet::scriptherder::cronjob { 'makebuckets':