class Kuroko2::JobDefinition

def set_default_values

def set_default_values
  self.description ||= <<-EOF.strip_heredoc
    An description of the job definition.
    ## Failure Affects
    Affected users, services and/ or business areas.
    ## Workaround
    Choose one of the following:
    - __Retry__ as soon as possible.
    - Make an urgent call to administrator (Job stays in _Error_ state)
    - Do nothing, and let administrator recover later (Job stays in _Error_ state)
    - Ignore error and _Cancel_ the job (No recovery required)
    ## Recovery Procedures
    Describe how to recover from the failure.
  EOF
end