Skip to content

Commit

Permalink
Add an absent job
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Sep 26, 2024
1 parent 579a696 commit b2eb8ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions salt/docs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ docsbuild-only-html:
--select-output=only-html
- user: docsbuild
- minute: 16

# Dummy so that the old cron jobs are stopped
docsbuild-full:
cron.absent:
- identifier: docsbuild-full
- user: docsbuild
- require:
- cmd: virtualenv-dependencies

Expand Down

0 comments on commit b2eb8ee

Please sign in to comment.