8 lines
193 B
Python
8 lines
193 B
Python
|
defaults = {
|
||
|
'cron': {
|
||
|
'upgrade-and-reboot': '{minute} 1 * * 5 root /usr/local/sbin/upgrade-and-reboot'.format(
|
||
|
minute=node.magic_number % 30,
|
||
|
),
|
||
|
},
|
||
|
}
|