|
There should be a config setting that allows you to specify a regex that the disable message must match in order to disable puppet. If the message doesn't match, then the attempt to disable puppet agent would fail with an error message (probably including the regex).
This would allow you to require a message by specifying something simple like ^.+$ or require something more complicated, say ^(\w{2,10}-\d{3,6}).*$ to require that the message begins with a JIRA ticket.
|