Change the repos to use upstream default

This changes the default repos scheme to use the upstream
default which is "http" instead of "https". This change is
in support of enabling packages to be cached instead of
proxied which will improve the speed of deployment.

Change-Id: I67a9fb48ee08866bd59d70730e62b7da28f81125
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-07-22 10:33:19 -05:00
parent d238502a03
commit 00f5f4d457
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
cache_timeout: 600
# Repositories
galera_client_apt_repo_url: "https://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
galera_client_apt_repo_url: "http://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
galera_client_repo: "deb {{ galera_client_apt_repo_url }} {{ ansible_distribution_release }} main"
_galera_client_packages:

View File

@ -17,7 +17,7 @@
cache_timeout: 600
# Repositories
galera_client_apt_repo_url: "https://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
galera_client_apt_repo_url: "http://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
galera_client_repo: "deb {{ galera_client_apt_repo_url }} {{ ansible_distribution_release }} main"
galera_client_packages: