mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Suse packages provide salt-syndic
as a separate package.
This commit is contained in:
parent
7689c453fe
commit
7b84e0b8fa
1 changed files with 4 additions and 1 deletions
|
@ -1694,9 +1694,12 @@ install_opensuse_stable() {
|
|||
if [ $INSTALL_MINION -eq $BS_TRUE ]; then
|
||||
packages="${packages} salt-minion"
|
||||
fi
|
||||
if [ $INSTALL_MASTER -eq $BS_TRUE ] || [ $INSTALL_SYNDIC -eq $BS_TRUE ]; then
|
||||
if [ $INSTALL_MASTER -eq $BS_TRUE ]; then
|
||||
packages="${packages} salt-master"
|
||||
fi
|
||||
if [ $INSTALL_SYNDIC -eq $BS_TRUE ]; then
|
||||
packages="${packages} salt-syndic"
|
||||
fi
|
||||
zypper --non-interactive install --auto-agree-with-licenses $packages
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue