-
Notifications
You must be signed in to change notification settings - Fork 360
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
show_diff has been deprecated #132
Comments
I see Also, backwards compatibility will need to be maintained for a long period of time. |
Yeah, backwards compatibility will be an issue. Would you consider using jinja for this?
Where show_diff is set in defaults.yaml or map.jinja (with a grains filter on saltversion maybe) |
I would use a conditional that checks the salt version and uses the appropriate parameter. No pillar config required. |
Yeah, right. Or that. Is it cool to send a PR with this? |
I believe you should wait until there is a stable version of Salt that shows up in the docs with But don't mind me. I don't actually use this formula. Edit: yet. |
@herisanu Now is good time to do this. thx |
Heh an issue from 2016 :). Let me re-read the formula and create a PR then. |
Chuckle, our past comes back to haunt us sometimes |
Let's change show_diff into show_changes: False
How to re-create: run formula on latest saltstack.
Link to code: https://github.com/saltstack-formulas/users-formula/blob/master/users/init.sls#L180
Would you be ok with this change?
The text was updated successfully, but these errors were encountered: