Puppet: System Administration Automated

Support

Ticket #651 (new enhancement)

Opened 2 years ago

Last modified 9 months ago

Service should support "unless"

Reported by: digant Assigned to: luke
Priority: normal Milestone: elmo
Component: RAL Version:
Severity: normal Keywords:
Cc: Triage Stage: Needs design decision
Attached Patches: None Complexity: Unknown

Description

Similar to the exec, the service should support "unless" -- we often drop in a "don't start" file for some of our services when we want to bring them down and puppet will keep trying to start them up, thus spamming our puppet reports. I'd like Puppet to not try to start a service if the file specified as the value for "unless" is present.

Change History

07/04/07 21:12:22 changed by luke

  • stage changed from Unreviewed to Accepted.
  • milestone set to elmo.

I think that we should just move all of the exec checks (unless, onlyif, and possibly creates) to work on all types, rather than just exec.

07/04/07 21:12:35 changed by luke

  • approval changed from Unnecessary to Approved.
  • stage changed from Accepted to Needs design decision.

04/24/08 07:48:15 changed by luke

  • component changed from language to RAL.