Enhancement request: cron.present - change default identifier to UUID #67659
udf2457
started this conversation in
Feature Requests
Replies: 1 comment
-
SaltStack is the company the product is Salt so of course the logic of the company does very little, here. A common misconception on the name, tagging for review of future feature work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment the
identifier
variable incron.present
defaults toname
.name
being "The command that should be executed by the cron job."Unfortunatley the logic in SaltStack does not appear to be intelligent enough to deal with changes in the command to be executed in cron.
This results in a default behaviour of a second entry being made in cron for the "new" job, and the "old" job being left in place. This is very much undesireable default behaviour for obvious reasons !
It seems to me that a sensible solution to the problem is to default
identifier
to a UUID instead ofname
.Beta Was this translation helpful? Give feedback.
All reactions