Advertisement
Guest User

Untitled

a guest
Jun 6th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # The schedule option defines jobs which execute at certain intervals. To set up a highstate to run on
  2. # a minion every 60 minutes set this in the minion config or pillar:
  3. schedule:
  4. state:
  5. function: highstate
  6. minutes: 5
  7.  
  8.  
  9. Logs
  10.  
  11. 2013-06-06 09:59:05,872 [salt.utils.schedule ][INFO ] Invalid function: state in job highstate. Ignoring.
  12. 2013-06-06 09:59:15,888 [salt.utils.schedule ][INFO ] Invalid function: state in job highstate. Ignoring.
  13. 2013-06-06 09:59:25,904 [salt.utils.schedule ][INFO ] Invalid function: state in job highstate. Ignoring.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement