Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ metacpan::crons::api:
cmd : 'latest >>/var/log/starman/metacpan-api/latest.log 2>&1'
minute : 30
ensure : absent
snapshot_full:
cmd : snapshot --snap --snap-stub full --date-format '\%Y-\%m-\%d'
hour : 2
minute : 0
ensure : absent
snapshot_cpan_index:
cmd : snapshot --snap --indices 'cpan' --snap-stub cpan --date-format '\%Y-\%m-\%d'
hour : 2
Expand Down
8 changes: 1 addition & 7 deletions hieradata/nodes/bm-mc-02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ metacpan::crons::general:
ensure : present

metacpan::crons::api:
snapshot_cover_index:
ensure : present
snapshot_contributor_index:
ensure : present
snapshot_cpan_index:
ensure : present
snapshot_user_index:
snapshot_full:
ensure : present
snapshot_purge_old:
ensure : present
Expand Down
Loading