We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.26.2
3002.2
In salt code: include: - redis.server
In pillar: redis: disable_transparent_huge_pages: true
When redis:disable_transparent_huge_pages is set, the redis_disable_transparent_huge_pages cmd.run state runs and reports a change on every highstate.
Set aforementioned configuration. Run highstate,
Only report a change on the first run, when the configuration actually changes.
The text was updated successfully, but these errors were encountered:
Thanks, I raised #90
Sorry, something went wrong.
No branches or pull requests
Your setup
Formula commit hash / release tag
v0.26.2
Versions reports (master & minion)
3002.2
Pillar / config used
In salt code:
include:
- redis.server
In pillar:
redis:
disable_transparent_huge_pages: true
Bug details
Describe the bug
When redis:disable_transparent_huge_pages is set, the redis_disable_transparent_huge_pages cmd.run state runs and reports a change on every highstate.
Steps to reproduce the bug
Set aforementioned configuration. Run highstate,
Expected behaviour
Only report a change on the first run, when the configuration actually changes.
Attempts to fix the bug
Additional context
The text was updated successfully, but these errors were encountered: