There was an error while loading. Please reload this page.
1 parent 2deb99d commit 331cc0cCopy full SHA for 331cc0c
1 file changed
salt/docs/init.sls
@@ -81,7 +81,7 @@ virtualenv-dependencies:
81
82
docsbuild-no-html:
83
cron.present:
84
- # run every other day at 07:06
+ # run thrice per month at 07:06
85
- identifier: docsbuild-no-html
86
- name: >
87
/srv/docsbuild/venv/bin/python
@@ -90,7 +90,7 @@ docsbuild-no-html:
90
- user: docsbuild
91
- minute: 7
92
- hour: 6
93
- - daymonth: '*/2'
+ - daymonth: '*/9'
94
- require:
95
- cmd: virtualenv-dependencies
96
0 commit comments