File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,11 @@ metacpan::crons::api:
254254 cmd : ' latest >>/var/log/starman/metacpan-api/latest.log 2>&1'
255255 minute : 30
256256 ensure : absent
257+ snapshot_full :
258+ cmd : snapshot --snap --snap-stub full --date-format '\%Y-\%m-\%d'
259+ hour : 2
260+ minute : 0
261+ ensure : absent
257262 snapshot_cpan_index :
258263 cmd : snapshot --snap --indices 'cpan' --snap-stub cpan --date-format '\%Y-\%m-\%d'
259264 hour : 2
Original file line number Diff line number Diff line change @@ -25,13 +25,7 @@ metacpan::crons::general:
2525 ensure : present
2626
2727metacpan::crons::api :
28- snapshot_cover_index :
29- ensure : present
30- snapshot_contributor_index :
31- ensure : present
32- snapshot_cpan_index :
33- ensure : present
34- snapshot_user_index :
28+ snapshot_full :
3529 ensure : present
3630 snapshot_purge_old :
3731 ensure : present
You can’t perform that action at this time.
0 commit comments