aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-01 05:28:41 +0000
committerGerrit Code Review <review@openstack.org>2017-03-01 05:28:41 +0000
commitd8aa952a75a4afb38b049aa8bcdd9ad685c8bb14 (patch)
tree2b0f9dd281c93c996ef153b5bc972538ccf4a5a2 /extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
parent236a27a1ff2916ee353182eb590f0a33f7de70ee (diff)
parent87569bd5711eaf79c1a3f0a4449daef860626daa (diff)
Merge "Use --disable= in subscription-manager to avoid shell expansion."
Diffstat (limited to 'extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration')
-rw-r--r--extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration2
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 4c9e08ef..6f83cc4b 100644
--- a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
+++ b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
@@ -213,7 +213,7 @@ case "${REG_METHOD:-}" in
if [ -z "${REG_AUTO_ATTACH:-}" -a -z "${REG_ACTIVATION_KEY:-}" ]; then
retry subscription-manager attach $attach_opts
fi
- retry subscription-manager repos --disable '*'
+ retry subscription-manager repos --disable='*'
retry subscription-manager $repos
;;
satellite)