Project

General

Profile

Download (340 Bytes) Statistics
| Branch: | Tag: | Revision:
8c974670 Ohad Levy
class foreman::config::reports {

827dbbe2 Jan Vansteenkiste
cron { 'expire_old_reports':
command => "(cd ${foreman::params::app_root} && rake reports:expire)",
minute => '30',
hour => '7',
8c974670 Ohad Levy
}

827dbbe2 Jan Vansteenkiste
cron { 'daily summary':
command => "(cd ${foreman::params::app_root} && rake reports:summarize)",
minute => '31',
hour => '7',
8c974670 Ohad Levy
}



}