-
Notifications
You must be signed in to change notification settings - Fork 552
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
salt-api not installed on Oracle Linux #609
Comments
Since oracle is a fork of redhat, I'm assuming it would use the redhat packages. Can you verify that any salt packages have been installed? If bootstrap can't find packages for the platform it will fallback to installing from git in which case you should have all of salt-api installed even if there is not a package installed called |
On a host that called bootstrap with -M -P -X
|
/tmp/bootstrap-salt.log
|
Same Issue on Amazon Linux. |
Try to use latest |
This is happening because there isn't a specific flag to install salt-api packages. The Oracle Linux install functions call out to the
There isn't a flag currently in the bootstrap script that handles installing the salt-api package. This needs to be added for all distros that split out the salt-api package, which I believe is most (if not all) of the distros packaged and hosted on repo.saltstack.com. However, you can use the git installation method to include the salt-api files as explained above. |
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. |
Is there a reason salt-api is not installed on Oracle Linux, I don't see an option to force its install
The text was updated successfully, but these errors were encountered: