Skip to content
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

Output of rake servers:yaml is incompatible to servers:sync #1057

Closed
Ithanil opened this issue Apr 5, 2024 · 0 comments · Fixed by #1056
Closed

Output of rake servers:yaml is incompatible to servers:sync #1057

Ithanil opened this issue Apr 5, 2024 · 0 comments · Fixed by #1056
Labels
bug Something isn't working

Comments

@Ithanil
Copy link
Contributor

Ithanil commented Apr 5, 2024

Describe the bug

The output of servers:yaml is meant to be valid input to servers:sync, but it is not. servers:sync will throw errors, which ultimately stem from the fact that the hash keys are symbols.

To Reproduce

Within a SL-API container:

  1. rake servers:yaml > test.yaml
  2. rake servers:sync[test.yaml]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant