Change default croncall time to 13h;

This commit is contained in:
Antsiferov Grigory 2017-09-11 10:34:53 +03:00
parent f045cedf54
commit 333a58f7b2

View File

@ -5,6 +5,6 @@ salt-call:
cron.present:
- identifier: salt-call
- name: PATH='/usr/sbin:/usr/bin:/sbin:/bin' salt-call -l warning --out=quiet state.highstate
- hour: '6'
- hour: '13'
- minute: '0'
- user: root