We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb981f5 commit 5fc76e3Copy full SHA for 5fc76e3
1 file changed
fragments/rhn-register.sh
@@ -38,10 +38,10 @@ function register_rhn() {
38
function install_sat6_ca_certs() {
39
# SAT6_HOSTNAME=$1
40
local SAT6_KEY_RPM="katello-ca-consumer-$1"
41
- local SAT6_KEY_RPM_URL="https://${1}/pub/katello-ca-consumer-latest.noarch.rpm"
+ local SAT6_KEY_RPM_URL="http://${1}/pub/katello-ca-consumer-latest.noarch.rpm"
42
43
if ! rpm -q --quiet $SAT6_KEY_RPM ; then
44
- retry yum -y install $SAT6_KEY_RPM_URL
+ retry yum -y localinstall $SAT6_KEY_RPM_URL
45
fi
46
}
47
0 commit comments