You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to tell bootstrap to install salt-api when using the onedir method.
This is effectively a breakout of #609 (comment) to be able to track it.
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.
Steps to Reproduce Issue
curl -L https://bootstrap.saltstack.com -o install_salt.sh
sh install_salt.sh -d -M -X onedir 3007.1
salt-api # COMMAND DOES NOT EXIST
The text was updated successfully, but these errors were encountered:
@Foorack Wow, quoting an issue from 2015, bootstrap appear not to have this functionality, so treating this as a Feature Request. Need to pick an option flag to install salt_api and ensure salt-master is installed if selected, same for syndic
Note, the salt-api won't be enabled at boot, given the amount of times this comment appears
Skip salt-api since the service should be opt-in and not necessarily started on boot
Description of Issue/Question
There is no way to tell bootstrap to install
salt-api
when using theonedir
method.This is effectively a breakout of #609 (comment) to be able to track it.
Steps to Reproduce Issue
The text was updated successfully, but these errors were encountered: