We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1199b commit 4cef127Copy full SHA for 4cef127
examples/salt.pp
@@ -1,9 +1,7 @@
1
-$baseurl = "https://repo.saltproject.io/salt/py3/redhat/${facts['os']['release']['major']}/\$basearch/latest"
2
-
3
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",
+ 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',
7
before => Class['foreman_proxy::plugin::salt'],
8
}
9
0 commit comments