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

Yaml Grammar Bug #13

Open
DesireWithin opened this issue Aug 26, 2021 · 3 comments
Open

Yaml Grammar Bug #13

DesireWithin opened this issue Aug 26, 2021 · 3 comments

Comments

@DesireWithin
Copy link

I try to run state.show_sls alcali.clean.
I believe there is a bug at

-name: {{ alcali.deploy.directory }}/code

and
-name: {{ alcali.deploy.directory }}/.venv

Missing whitespace after "-"

@DesireWithin
Copy link
Author

What the f…… alcali.clean also uninstall salt-master and salt-minion……

@DesireWithin
Copy link
Author

After run clean, the returners.mysql can not be loaded,
I guess some dependency is missing.
But I have re-installed

  • git
    - gcc
    - virtualenv
    - python-pip
    - python3-pip
    - python3-virtualenv
    - mysql-devel
    - python3-devel
    - MySQL-python

Still don't work.
I'm using oracle linux 7.9 and saltstack 3003.2

@DesireWithin
Copy link
Author

After run clean, the returners.mysql can not be loaded,
I guess some dependency is missing.
But I have re-installed

  • git
    • gcc
    • virtualenv
    • python-pip
    • python3-pip
    • python3-virtualenv
    • mysql-devel
    • python3-devel
    • MySQL-python

Still don't work.
I'm using oracle linux 7.9 and saltstack 3003.2

Read returned.mysql code, I install pymysql by pip, and issue was gone.
It's look formula remove pymysql in wrong env.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant