mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated key instruction on rhel7
This commit is contained in:
parent
0d8248930e
commit
7ed9f6260f
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ To install using the SaltStack yum repository:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
wget -O - rpm --import https://repo.saltstack.com/yum/rhel7/SALTSTACK-GPG-KEY.pub
|
||||
wget https://repo.saltstack.com/yum/rhel7/SALTSTACK-GPG-KEY.pub
|
||||
rpm --import SALTSTACK-GPG-KEY.pub
|
||||
rm -f SALTSTACK-GPG-KEY.pub
|
||||
|
||||
Version 6:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue