-
Notifications
You must be signed in to change notification settings - Fork 166
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
purge_includedir doesn not seem to work #75
Comments
I just tested the same version v0.23.4 of the formula and it works for me as expected. It could be interesting to try to add some Kitchen/Inspec tests to validate the correct behaviour of the option but this is not done actually. |
I'll see if I can create a minimal reproducible case |
I can reproduce it with these minimal files: salt/test.sls
pillar/top.sls
pillar/common/sudoers.sls
Files I create in |
Can you add And |
That did the trick, perhaps it's already enough to document it somewhere, I didn't realize I needed to include the extra state but it does kinda make sense. |
Your setup
Formula commit hash / release tag
v0.23.4
Versions reports (master & minion)
Pillar / config used
Bug details
Describe the bug
The purge_includedir option doesn't do anything when set to true
Steps to reproduce the bug
Expected behaviour
Extra files to disappear
Attempts to fix the bug
I made sure the correct value is exported in Pillar:
Additional context
I think this might be related to saltstack/salt#26605 ?
The text was updated successfully, but these errors were encountered: