mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
updated repo path for RHEL installation
This commit is contained in:
parent
5e54359869
commit
d58182c5fa
1 changed files with 3 additions and 3 deletions
|
@ -31,19 +31,19 @@ To install using the SaltStack repository:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
rpm --import https://repo.saltstack.com/yum/redhat/7/x86_64/SALTSTACK-GPG-KEY.pub
|
||||
rpm --import https://repo.saltstack.com/yum/redhat/7/x86_64/latest/SALTSTACK-GPG-KEY.pub
|
||||
|
||||
Version 6:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
rpm --import https://repo.saltstack.com/yum/redhat/6/x86_64/SALTSTACK-GPG-KEY.pub
|
||||
rpm --import https://repo.saltstack.com/yum/redhat/6/x86_64/latest/SALTSTACK-GPG-KEY.pub
|
||||
|
||||
Version 5:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
wget https://repo.saltstack.com/yum/redhat/5/x86_64/SALTSTACK-EL5-GPG-KEY.pub
|
||||
wget https://repo.saltstack.com/yum/redhat/5/x86_64/latest/SALTSTACK-EL5-GPG-KEY.pub
|
||||
rpm --import SALTSTACK-EL5-GPG-KEY.pub
|
||||
rm -f SALTSTACK-EL5-GPG-KEY.pub
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue