View Issue Details

IDProjectCategoryView StatusLast Update
0000171My infrastructureGeneralpublic2021-09-11 16:07
Reporterdvl Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000171: adjust ansible cert-puller script to install a file instead of a crontab
Descriptionsee roles/cert-puller/tasks/main.yml

why don't we do this with /usr/local/etc/cron.d/anvil instead?
TagsNo tags attached.

Activities

dvl

2021-09-11 16:07

manager   ~0000165

Perhaps use this for file contents:

# use /bin/sh to run commands, overriding the default set by cron
SHELL=/bin/sh
# mail any output to here, no matter whose crontab this is
MAILTO=dan@langille.org

57 15 * * * /usr/local/bin/cert-puller

Issue History

Date Modified Username Field Change
2021-09-11 16:06 dvl New Issue
2021-09-11 16:07 dvl Note Added: 0000165