Skip to content
Snippets Groups Projects
Verified Commit 77a62703 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

scheduler: Reactivate cron scheduler task archive

Now that it's fixed
parent 587c4385
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class profile::swh::deploy::scheduler {
}
cron {'archive_completed_oneshot_and_disabled_recurring_tasks':
ensure => absent,
ensure => present,
user => $user,
command => "/usr/bin/swh scheduler --config-file ${archive_config_file} task archive",
hour => '*',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment