mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #29804 from irtnog/fix-rhel-repo-config
Fix a typo in the gpgkey URL
This commit is contained in:
commit
5f2f128f64
@ -58,7 +58,7 @@ To install using the SaltStack repository:
|
||||
baseurl=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest/$releaseverSALTSTACK-GPG-KEY.pub
|
||||
gpgkey=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest/$releasever/SALTSTACK-GPG-KEY.pub
|
||||
|
||||
Version 5:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user