-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
2019.2.0: pkg.installed tries to push unicoded strings to apt #51925
Comments
you will need to use the
due to this change: #48309 which was included in the fluorine release notes here: https://docs.saltstack.com/en/develop/topics/releases/2019.2.0.html#non-backward-compatible-change-to-yaml-renderer |
Does the Salt serialization extension still works for YAML? |
I just tested both |
Awesome, thank you very much @Ch3LL ! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Description of Issue/Question
pkg.installed
is feeding unicode values toapt
which is causing state failures:Setup
Using the Grafana formula, which boils down to:
server.pkgs
is:Steps to Reproduce Issue
See above
Versions Report
The text was updated successfully, but these errors were encountered: