bundles/cron: use MAILTO=, rework metadata syntax
This commit is contained in:
parent
533f8075ca
commit
0d865c93d4
22 changed files with 113 additions and 65 deletions
|
@ -8,12 +8,14 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'cron': {
|
||||
'unbound_refresh_root-hints': '{} {} * * {} root wget -q -O/etc/unbound/root-hints.txt https://www.internic.net/domain/named.root'.format(
|
||||
node.magic_number%60,
|
||||
node.magic_number%24,
|
||||
node.magic_number%7,
|
||||
),
|
||||
'unbound-auto-restart': '* * * * * root /usr/local/sbin/unbound-auto-restart',
|
||||
'jobs': {
|
||||
'unbound_refresh_root-hints': '{} {} * * {} root wget -q -O/etc/unbound/root-hints.txt https://www.internic.net/domain/named.root'.format(
|
||||
node.magic_number%60,
|
||||
node.magic_number%24,
|
||||
node.magic_number%7,
|
||||
),
|
||||
'unbound-auto-restart': '* * * * * root /usr/local/sbin/unbound-auto-restart',
|
||||
},
|
||||
},
|
||||
'nameservers': {
|
||||
'127.0.0.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue