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
I removed the salt_formulas: thing from my pillar, but forgot the salt/top.sls with the salt.formulas there and it started to fail.
[INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/master.sls' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/map.jinja' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/defaults.yaml' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/minion.sls' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/map.jinja' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/defaults.yaml' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/formulas.sls' [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache 'salt://salt/formulas.jinja' [CRITICAL] Rendering SLS 'base:salt.formulas' failed: Jinja variable 'str object' has no attribute 'iteritems' local: Data failed to compile: ---------- Rendering SLS 'base:salt.formulas' failed: Jinja variable 'str object' has no attribute 'iteritems'
The text was updated successfully, but these errors were encountered:
@txomon that's strange it should read the file formulas.jinja with the defaults.
Sorry, something went wrong.
Yes, I am not saying it should work, just that it should do nothing =)
I have tried to fix it but I've been unable to spot where, so I just filled the issue
@txomon I have found the issue and fixed it PR #135
Successfully merging a pull request may close this issue.
I removed the salt_formulas: thing from my pillar, but forgot the salt/top.sls with the salt.formulas there and it started to fail.
The text was updated successfully, but these errors were encountered: