Ensure apt-transport-https is present before installing from secure repos
Most hosts will have apt-transport-https installed already, however this should ensure that those that do not will successfully install the MariaDB packages hosted on an HTTPS repository Change-Id: I43c1c99ea85ea6f1ec1041cb03071d2c1557d4f4 Related-Bug: #1547541
This commit is contained in:
parent
785dd15d1a
commit
d79235a49a
@ -98,6 +98,7 @@ galera_pip_packages:
|
||||
- pycrypto
|
||||
|
||||
galera_pre_apt_packages:
|
||||
- apt-transport-https
|
||||
- debconf-utils
|
||||
- libaio1
|
||||
- libc6
|
||||
|
@ -14,5 +14,4 @@
|
||||
# TODO(odyssey4me) remove this once https://review.openstack.org/288634 has merged
|
||||
# and the disk images are rebuilt and redeployed.
|
||||
curl
|
||||
apt-transport-https
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user