-
Notifications
You must be signed in to change notification settings - Fork 421
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
feat(master): enable option to set master scheduler #484
base: master
Are you sure you want to change the base?
Conversation
Best reviewed: commit by commit
Optimal code review plan
|
{%- for child in children %} | ||
{%- for key, value in child.items() %} | ||
{{ key }}: {{ value }} | ||
{%- endfor -%} | ||
{%- endfor -%} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this for
loop should be indented?
- function: winrepo.update_git_repos | ||
- hours: 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yamlint
wants 2 more spaces here https://travis-ci.com/github/saltstack-formulas/salt-formula/jobs/375422351#L300
@kartnico An important point to note is that we're in the process of deprecating the configuration using |
I have no idea what this implies to users of this formula (I don't know TOFS), I hope we document clearly what are the needed changes when we decide to implement this breaking change |
@daks This is the specific comment that explains it: #398 (comment). I've now linked to it in the main comment in #417 as well. Actually, the TOFS method is much simpler than the current pillar-based method. To transfer over, you just take your existing rendered |
I don't like the idea of just pushing files, that's not how I imagine config management, but OK. |
What type of PR is this?
Enable configuration of scheduling option on master : https://docs.saltstack.com/en/latest/topics/jobs/#scheduling-runners
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?No.
Related issues and/or pull requests
#323
Describe the changes you're proposing
Take the same implementation than minion configuration file : #323
Documentation checklist
README
(e.g.Available states
).pillar.example
.