diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-01 05:28:41 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-01 05:28:41 +0000 |
commit | d8aa952a75a4afb38b049aa8bcdd9ad685c8bb14 (patch) | |
tree | 2b0f9dd281c93c996ef153b5bc972538ccf4a5a2 /extraconfig/pre_deploy | |
parent | 236a27a1ff2916ee353182eb590f0a33f7de70ee (diff) | |
parent | 87569bd5711eaf79c1a3f0a4449daef860626daa (diff) |
Merge "Use --disable= in subscription-manager to avoid shell expansion."
Diffstat (limited to 'extraconfig/pre_deploy')
-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 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) |