From f90076abe979e89c405ae76d979ce1fabb1b65dc Mon Sep 17 00:00:00 2001 From: Michael Treacher Date: Thu, 20 Apr 2017 09:06:33 +1000 Subject: [PATCH] Update index.rst (#754) Seems the api for these actions have changed. Thought I would update the documentation around this. Let me know if I've misunderstood something. --- docs/production/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/production/index.rst b/docs/production/index.rst index 6547738a..f46d55f3 100644 --- a/docs/production/index.rst +++ b/docs/production/index.rst @@ -314,6 +314,6 @@ How often you run these commands is largely up to the user. `notify` and `check_ Example cron entries:: - 0 22 * * * lemuruser export LEMUR_CONF=/Users/me/.lemur/lemur.conf.py; /www/lemur/bin/lemur notify - */15 * * * * lemuruser export LEMUR_CONF=/Users/me/.lemur/lemur.conf.py; /www/lemur/bin/lemur sync -s all - 0 22 * * * lemuruser export LEMUR_CONF=/Users/me/.lemur/lemur.conf.py; /www/lemur/bin/lemur check_revoked + 0 22 * * * lemuruser export LEMUR_CONF=/Users/me/.lemur/lemur.conf.py; /www/lemur/bin/lemur notify expirations + */15 * * * * lemuruser export LEMUR_CONF=/Users/me/.lemur/lemur.conf.py; /www/lemur/bin/lemur source sync -s all + 0 22 * * * lemuruser export LEMUR_CONF=/Users/me/.lemur/lemur.conf.py; /www/lemur/bin/lemur certificate check_revoked