pin mariadb to version 5.5.41

In order to pin to a specific version, you need to point at a repo that
only contains that version, as opposed to a main repo that contains all
the versions.

This pinning is to prevent issues when new versions of mariadb are
released (the release of 5.5.41 broke the deployment, and we want to prevent
this happenening again now we've fixed that particular issue - 1408138)

Change-Id: I45dc082cbce2ad3df267387f76579937ab1130f1
Closes-Bug: 1408608
This commit is contained in:
Darren Birkett
2015-01-08 11:33:57 +00:00
parent c24a89379a
commit b37140a14d

View File

@@ -21,7 +21,7 @@ gpg_keys:
- { key_name: 'mariadb', keyserver: 'hkp://keyserver.ubuntu.com:80', hash_id: '0xcbcb082a1bb943db' }
apt_common_repos:
- { repo: "deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu {{ ansible_distribution_release }} main", state: "present" }
- { repo: "deb http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.41/repo/ubuntu/ {{ ansible_distribution_release }} main", state: "present" }
# apt_container_keys:
# - { url: "{{ rpc_repo_url }}/repo.gpg", state: "present" }