Skip to content

Commit 4cef127

Browse files
committed
use new Broadcom repo in Salt examples
1 parent fb1199b commit 4cef127

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/salt.pp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
$baseurl = "https://repo.saltproject.io/salt/py3/redhat/${facts['os']['release']['major']}/\$basearch/latest"
2-
31
yumrepo { 'salt-repo':
4-
descr => "Salt repo for RHEL/CentOS ${facts['os']['release']['major']} PY3",
5-
baseurl => $baseurl,
6-
gpgkey => "${baseurl}/SALT-PROJECT-GPG-PUBKEY-2023.pub",
2+
descr => 'Salt repo for RHEL/CentOS',
3+
baseurl => 'https://packages.broadcom.com/artifactory/saltproject-rpm/',
4+
gpgkey => 'https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public',
75
before => Class['foreman_proxy::plugin::salt'],
86
}
97

0 commit comments

Comments
 (0)