Skip to content

Instantly share code, notes, and snippets.

@neogenix
Created May 14, 2015 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neogenix/da5ccd8e0daaade3c0bf to your computer and use it in GitHub Desktop.
Save neogenix/da5ccd8e0daaade3c0bf to your computer and use it in GitHub Desktop.
Salt Schedule Wierdness
root@vm:/# salt-call schedule.add job1 function='test.ping' seconds=3600
local:
----------
comment:
Added job: job1 to schedule.
result:
True
root@vm:/# salt-call schedule.list show_all=true
local:
schedule:
schedule: {}
root@vm:/# salt-call schedule.save
local:
----------
comment:
Schedule (non-pillar items) saved to /etc/salt/minion.d/schedule.conf.
result:
True
root@vm:/# salt-call schedule.list show_all=true
local:
schedule:
schedule: {}
root@vm:/# cat /etc/salt/minion.d/schedule.conf
schedule:
schedule: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment