-
Notifications
You must be signed in to change notification settings - Fork 47
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
[BUG] with empy wanted_pkgs and 2019.2 fails on pkg.installed #64
Comments
pillar.get shows :
|
@arthurlogilab Since packages:
pkgs:
wanted: []
The |
@arthurlogilab Taking this further, the default empty list is already set:
So ignoring packages:
pkgs:
held:
alien: 8.95
iotop: 0.6-2
unwanted:
- avahi-daemon
required:
pkgs:
- wget
- git Can we close this issue or is there something else you believe needs to be done? |
In some cases when generating pillars with complex jinja it can be difficult to get the |
@arthurlogilab , as @myii mentioned, Your situation, if I understand you correctly, it that you're generating a bunch of pillars and the generator's logic is setting On one hand, I could argue that the issue is in the generator and that the issue with the formula, at most, is that it does not clearly documents that these vars should be list and set to an empty list or left unset when empty. OTOH, I'm not against adding Saltstack or pillars managers (pillarstack, etc) many times returns If we begin taking I can't think of a way to differentiate the Do you have any suggestions? |
Your setup
Formula commit hash / release tag
7d63859
Versions reports (master & minion)
Pillar / config used
Bug details
Describe the bug
Steps to reproduce the bug
Expected behaviour
Attempts to fix the bug
Additional context
The text was updated successfully, but these errors were encountered: