You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently snapshot cronjobs get --timestring added. This results in curator giving a warning that --timestring is used, but neither --newer-than nor --older-than is used. This prevents the command from actually executing through cron (at least on our servers). This simple patch fixes that:
It looks like my version of curator is a bit dated (3.0.2) which works fine. The timestring parameter is one I use on snapshots so I don't want to just remove it completely. Other thoughts on how to tackle this?
Currently snapshot cronjobs get --timestring added. This results in curator giving a warning that --timestring is used, but neither --newer-than nor --older-than is used. This prevents the command from actually executing through cron (at least on our servers). This simple patch fixes that:
--- a/modules/curator/manifests/job.pp
+++ b/modules/curator/manifests/job.pp
@@ -81,7 +81,11 @@ define curator::job (
$_regex = undef
}
The text was updated successfully, but these errors were encountered: