mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add missing scripts to rpm
This commit is contained in:
parent
c9b9fd6b7d
commit
b2c4aa6cac
1 changed files with 6 additions and 0 deletions
|
@ -310,6 +310,9 @@ rm -rf %{buildroot}
|
|||
ln -s -f /opt/saltstack/salt/spm %{_bindir}/spm
|
||||
ln -s -f /opt/saltstack/salt/salt-pip %{_bindir}/salt-pip
|
||||
|
||||
%post cloud
|
||||
ln -s -f /opt/saltstack/salt/salt-cloud %{_bindir}/salt-cloud
|
||||
|
||||
%post master
|
||||
%systemd_post salt-master.service
|
||||
ln -s -f /opt/saltstack/salt/salt %{_bindir}/salt
|
||||
|
@ -346,6 +349,9 @@ if [ $1 -lt 2 ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
%post ssh
|
||||
ln -s -f /opt/saltstack/salt/salt-ssh %{_bindir}/salt-ssh
|
||||
|
||||
%post api
|
||||
%systemd_post salt-api.service
|
||||
ln -s -f /opt/saltstack/salt/salt-api %{_bindir}/salt-api
|
||||
|
|
Loading…
Add table
Reference in a new issue