-
Notifications
You must be signed in to change notification settings - Fork 420
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
SLS Rendering Error - 2017.7.0 #329
Comments
Without knowing the versions of OS and other software you are running, I am guessing you are seeing the issue where Python 3.x has removed the dict.iteritems() function. IIRC, you can just replace iteritems() with items() and it should work the same. I believe this is related to #296 |
Yeah, that's #296. I'm surprised an instance of |
Hi,
I have a bug with a salt minion version 2017.7.0 (master has the same version [ there are no problems])
During a state.apply I get from salt-formula a Rendering error:
Salt is on the newest version and also salt-formula is on the latest state.
Do you have a fix for this issue?
Thanks
best
G
The text was updated successfully, but these errors were encountered: