Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable option to set minion scheduler #323

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

mecavity
Copy link
Contributor

@mecavity mecavity commented Jul 20, 2017

Tested on CentOS 7

An example:

minion:
  schedule:
    - highstate:
      - function: state.apply
      - minutes: 60
      - returner: redis

Would result to:

schedule:
    highstate:
      function: state.apply
      minutes: 60
      returner: redis

@mecavity mecavity force-pushed the master branch 2 times, most recently from d3d85d5 to 37896a1 Compare July 20, 2017 21:02
@aboe76
Copy link
Member

aboe76 commented Jul 25, 2017

@mecavity could you add the examples to the pillar.example for references.

@mecavity
Copy link
Contributor Author

@aboe76 Done, anything else?

@aboe76 aboe76 merged commit c265206 into saltstack-formulas:master Jul 25, 2017
@aboe76
Copy link
Member

aboe76 commented Jul 25, 2017

@mecavity thanks, merged it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants