diff options
author | Mike Burns <mburns@redhat.com> | 2015-11-16 12:19:23 -0500 |
---|---|---|
committer | Mike Burns <mburns@redhat.com> | 2016-03-29 12:14:22 -0400 |
commit | d2566e5b947b60e584d41a9b3445fb771179f819 (patch) | |
tree | 36303d11948127cbe18b26fdd310612a7eb2eef4 /extraconfig/pre_deploy/rhel-registration/scripts | |
parent | dfa0b12265c573314092eb8479caca76322a9f06 (diff) |
change the default satellite tools rpm repo.
Change-Id: I60ab36b04b8932e4dbee58e21998dc984178b41c
Bugzilla: https://bugzilla.redhat.com/1275281
Diffstat (limited to 'extraconfig/pre_deploy/rhel-registration/scripts')
-rw-r--r-- | extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration index 242819b0..1c9acd2b 100644 --- a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration +++ b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration @@ -15,7 +15,7 @@ opts= attach_opts= sat5_opts= repos="repos --enable rhel-7-server-rpms" -satellite_repo="rhel-7-server-rh-common-rpms" +satellite_repo=${REG_SAT_REPO} if [ -n "${REG_AUTO_ATTACH:-}" ]; then opts="$opts --auto-attach" |