Skip to content

Commit

Permalink
use new Broadcom repo in Salt examples
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 13, 2024
1 parent fb1199b commit 4cef127
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/salt.pp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
$baseurl = "https://repo.saltproject.io/salt/py3/redhat/${facts['os']['release']['major']}/\$basearch/latest"

yumrepo { 'salt-repo':
descr => "Salt repo for RHEL/CentOS ${facts['os']['release']['major']} PY3",
baseurl => $baseurl,
gpgkey => "${baseurl}/SALT-PROJECT-GPG-PUBKEY-2023.pub",
descr => 'Salt repo for RHEL/CentOS',
baseurl => 'https://packages.broadcom.com/artifactory/saltproject-rpm/',
gpgkey => 'https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public',
before => Class['foreman_proxy::plugin::salt'],
}

Expand Down

0 comments on commit 4cef127

Please sign in to comment.