Franziska Kunsmann
e35f41c6dc
All checks were successful
bundlewrap/pipeline/head This commit looks good
6 lines
328 B
Python
6 lines
328 B
Python
defaults = {
|
|
'cron': {
|
|
'letsencrypt_renew': '{} 4 * * * root /usr/bin/dehydrated --cron --accept-terms --challenge http-01 > /dev/null'.format((node.magic_number % 60)),
|
|
'letsencrypt_cleanup': '{} 4 * * 0 root /usr/bin/dehydrated --cleanup > /dev/null'.format((node.magic_number % 60)),
|
|
},
|
|
}
|