Removing support for mongo 3.7 on amazonlinux

This commit is contained in:
Thiago Almeida 2019-05-17 15:21:15 +02:00
parent ac4e50be27
commit 3490662522
2 changed files with 0 additions and 8 deletions

View File

@ -85,11 +85,6 @@ env:
DISTRIBUTION=centos
DIST_VERSION=7-builded
MONGODB_VERSION=3.4
- >
DISTRIBUTION=amazonlinux
DIST_VERSION=2-builded
MONGODB_VERSION=3.7
MONGODB_PACKAGE=mongodb-org-unstable
- >
DISTRIBUTION=amazonlinux
DIST_VERSION=2-builded

View File

@ -1,11 +1,8 @@
---
mongodb_repository:
"3.7": "https://repo.mongodb.org/yum/amazon/2/mongodb-org/3.7/x86_64/"
"4.0": "https://repo.mongodb.org/yum/amazon/2/mongodb-org/4.0/x86_64/"
mongodb_repository_gpgkey:
"3.7": "https://www.mongodb.org/static/pgp/server-3.7.asc"
"4.0": "https://www.mongodb.org/static/pgp/server-4.0.asc"
mongodb_pidfile_path: "{{ '/var/run/mongodb/mongod.pid' if ('mongodb-org' in mongodb_package) else '' }}"