Sha256: 55f6a1e4a1e60469da1ac15f5ae8bd436c992573e37fc36ab204c9b8fe6b6343

Contents?: true

Size: 936 Bytes

Versions: 5

Compression:

Stored size: 936 Bytes

Contents

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

RAILS_ENV=production
FOREMAN_HOME=/usr/share/foreman

# Clean up the session entries in the database
15 23 * * *     foreman    cd ${FOREMAN_HOME} && /usr/bin/rake db:sessions:clear

# Send out daily summary
0 7 * * *       foreman    cd ${FOREMAN_HOME} && /usr/bin/rake reports:summarize

# Expire old reports
30 7 * * *      foreman    cd ${FOREMAN_HOME} && /usr/bin/rake reports:expire

# Collects trends data
*/30 * * * *    foreman    cd ${FOREMAN_HOME} && /usr/bin/rake trends:counter


# Only use the following cronjob if you're using stored configs!
# Populate hosts
*/30 * * * *    foreman    cd ${FOREMAN_HOME} && /usr/bin/rake puppet:migrate:populate_hosts


# Only uncomment the following cronjob if you're not using stored configs!
# Send facts to Foreman.
#*/2 * * * *    puppet     ${FOREMAN_HOME}/extras/puppet/foreman/files/push_facts.rb

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/extras/packaging/rpm/sources/foreman.cron.d
foreman_discovery-1.0.0.rc4 test/foreman_app/extras/packaging/rpm/sources/foreman.cron.d
foreman_discovery-1.0.0.rc3 test/foreman_app/extras/packaging/rpm/sources/foreman.cron.d
foreman_discovery-1.0.0.rc2 test/foreman_app/extras/packaging/rpm/sources/foreman.cron.d
foreman_discovery-1.0.0.rc1 test/foreman_app/extras/packaging/rpm/sources/foreman.cron.d