saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.19k stars 5.48k forks source link

[BUG]Salt state.apply pip.installed not found, but salt-call state.apply work #65409

Open XtremXpert opened 1 year ago

XtremXpert commented 1 year ago

Description

Trying updating pip

{{ sls }} update_pip: pip.installed:

Work with salt-call state.apply from the minion but not from salt 'srv' state.apply giving the errror :

State 'pip.installed' was not found in SLS 'odoo-bare' Reason: 'pip.installed' is not available.

Setup (Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.) Debian 12.0 master Ubuntu 22.04 minion

Please be as specific as possible and give set-up details.

welcome[bot] commented 1 year ago

Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:

There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!

OrangeDog commented 1 year ago

Please provide the salt-minion --versions report.