Sha256: c848a37230563e624a9405f0aff23526279243f742c739aa6f8b692dae6614dd

Contents?: true

Size: 680 Bytes

Versions: 35

Compression:

Stored size: 680 Bytes

Contents

:foreman-tasks:
#
# Logging configuration can be changed by uncommenting the loggers
# section and the logger configuration desired.
#
#   :loggers:
#     :dynflow:
#       :enabled: true
#     :action:
#       :enabled: true


# Cleaning configuration: how long should the actions be kept before deleted
# by `rake foreman_tasks:clean` task
#
#  :cleanup:
#
# the period after which to delete all the tasks (by default all tasks are not being deleted after some period)
#
#    :after: 365d
#
# per action settings to override the default defined in the actions (self.cleanup_after method)
#
#    :actions:
#      - :name: Actions::Foreman::Host::ImportFacts
#        :after: 10d

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
foreman-tasks-0.7.16 config/foreman-tasks.yaml.example
foreman-tasks-0.7.15 config/foreman-tasks.yaml.example
foreman-tasks-0.7.14 config/foreman-tasks.yaml.example
foreman-tasks-0.7.13 config/foreman-tasks.yaml.example
foreman-tasks-0.7.12 config/foreman-tasks.yaml.example
foreman-tasks-0.7.11 config/foreman-tasks.yaml.example
foreman-tasks-0.7.10 config/foreman-tasks.yaml.example
foreman-tasks-0.7.9 config/foreman-tasks.yaml.example
foreman-tasks-0.7.8 config/foreman-tasks.yaml.example
foreman-tasks-0.7.7 config/foreman-tasks.yaml.example
foreman-tasks-0.7.6 config/foreman-tasks.yaml.example
foreman-tasks-0.7.5 config/foreman-tasks.yaml.example
foreman-tasks-0.7.4 config/foreman-tasks.yaml.example
foreman-tasks-0.7.3 config/foreman-tasks.yaml.example
foreman-tasks-0.7.2 config/foreman-tasks.yaml.example